From 045f54bf9ee58bafb9b59796692f2f97bda7ea62 Mon Sep 17 00:00:00 2001 From: Aaron Ogata Date: Tue, 14 Jul 2020 17:13:38 -0700 Subject: [PATCH] fix selenium performance build for chrome update flag = none Change-Id: I74e6e190d674e2cbea26375eac7bc5ccbab9bdad Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/242683 Reviewed-by: Ryan Norton Tested-by: Service Cloud Jenkins QA-Review: Aaron Ogata Product-Review: Aaron Ogata --- Jenkinsfile.selenium.performance.chrome | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile.selenium.performance.chrome b/Jenkinsfile.selenium.performance.chrome index 0b4991bb265..63eb39bd1c8 100644 --- a/Jenkinsfile.selenium.performance.chrome +++ b/Jenkinsfile.selenium.performance.chrome @@ -36,6 +36,7 @@ pipeline { MAX_FAIL = 5 RERUNS_RETRY = 0 // no reruns POSTGRES_PASSWORD = 'sekret' + SELENIUM_VERSION = "3.141.59-20200525" } stages {