Skip to content

Commit 07aa029

Browse files
committed
Address Jenkinsfile TODOs (#935)
1 parent a4bb3a2 commit 07aa029

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.ci/Jenkinsfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependenciesChanged = null
88
pytorchDockerBuildMatrix = null
99
isPathModified = null
1010
builds = []
11-
jenkinsShellJobName = 'scratch/commandNext' // TODO switch back to command2
11+
jenkinsShellJobName = 'scratch/command2'
1212
numDaysOfBuildsToKeep = '7'
1313
jenkinsfileRepo = 'https://github.com/mosaicml/testing'
1414
gitCredentialsId = '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

0 commit comments

Comments
 (0)