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 <rnorton@instructure.com> Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> QA-Review: Aaron Ogata <aogata@instructure.com> Product-Review: Aaron Ogata <aogata@instructure.com>
This commit is contained in:
parent
e877f56930
commit
045f54bf9e
|
@ -36,6 +36,7 @@ pipeline {
|
|||
MAX_FAIL = 5
|
||||
RERUNS_RETRY = 0 // no reruns
|
||||
POSTGRES_PASSWORD = 'sekret'
|
||||
SELENIUM_VERSION = "3.141.59-20200525"
|
||||
}
|
||||
|
||||
stages {
|
||||
|
|
Loading…
Reference in New Issue