Skip to content

Commit 70ba1b5

Browse files
Fix build
1 parent 7f932f1 commit 70ba1b5

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

Jenkinsfile

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,13 @@ pipeline {
77
branch 'master'
88
branch 'production'
99
branch 'release_candidate'
10+
changeRequest title: ".*JENKINSFILE_TESTING.*", comparator: 'REGEXP'
1011
buildingTag()
1112
}
1213
}
13-
parallel {
14-
stage('build_trusty') {
1514
steps {
16-
awsCodeBuild projectName: 'build_trusty_python_library',
17-
envVariables: '[ { RUN_TESTS, false }, { CREATE_SDIST, true } ]',
18-
region: 'us-east-1',
19-
sourceControlType: 'jenkins',
20-
credentialsType: 'keys'
15+
publishWheels codeBuildEnv: '[ { RUN_TESTS, false },{ pip_version, pip3.8 } ]'
2116
}
2217
}
23-
stage('build_bionic') {
24-
steps {
25-
awsCodeBuild projectName: 'build_bionic_python_library',
26-
envVariables: '[ { RUN_TESTS, false }, { CREATE_SDIST, true } ]',
27-
region: 'us-east-1',
28-
sourceControlType: 'jenkins',
29-
credentialsType: 'keys'
30-
}
31-
}
32-
}
3318
}
34-
}
3519
}

0 commit comments

Comments
 (0)