spec: Jenkins chrome performance build use PATCHSET_TAG

currently the chrome performance build jenkinsfile is hardcoded
to use master. This change will now have it use the jenkins
parameter PATCHSET_TAG.

flag = none

Change-Id: I221501cc8743850c79a89666bd4fa8da0de54fcc
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/240447
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Rex Fleischer <rfleischer@instructure.com>
QA-Review: James Butters <jbutters@instructure.com>
Product-Review: James Butters <jbutters@instructure.com>
This commit is contained in:
James Butters 2020-06-17 09:19:08 -06:00
parent 5f3101e49c
commit 9fb9e7fc07
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ pipeline {
POSTGRES = getPostgres()
RUBY_PASSENGER = getRubyPassenger()
MAX_FAIL = 5
PATCHSET_TAG = "$DOCKER_REGISTRY_FQDN/jenkins/canvas-lms:master"
RERUNS_RETRY = 0 // no reruns
POSTGRES_PASSWORD = 'sekret'
}