File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependenciesChanged = null
88pytorchDockerBuildMatrix = null
99isPathModified = null
1010builds = []
11- jenkinsShellJobName = ' scratch/commandNext ' // TODO switch back to command2
11+ jenkinsShellJobName = ' scratch/command2'
1212numDaysOfBuildsToKeep = ' 7'
1313jenkinsfileRepo = ' https://github.com/mosaicml/testing'
1414gitCredentialsId = ' 9cf9add1-2cdd-414b-8160-94bd4ac4a13d'
@@ -156,8 +156,7 @@ stage('Prepare') {
156156
157157 def jenkinsfileWorkspace = cloneJenkinsfilesRepo()
158158
159- // TODO switch back to getDockerBuildMatrix.groovy
160- def getDockerBuildMatrix = load " $jenkinsfileWorkspace /utils/getDockerBuildMatrix2.groovy"
159+ def getDockerBuildMatrix = load " $jenkinsfileWorkspace /utils/getDockerBuildMatrix.groovy"
161160
162161 isPathModified = load " $jenkinsfileWorkspace /utils/isPathModified.groovy"
163162
You can’t perform that action at this time.
0 commit comments