Skip to content

Commit d325e99

Browse files
silehtmergify[bot]
authored andcommitted
ci: disable multi gpus by default
1 parent a5fad50 commit d325e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Jenkinsfile.unittests

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ ccache -s
9696
}
9797
stage('Tests multi-GPU') {
9898
when {
99-
expression { !env.CHANGE_ID || pullRequest.labels.findAll { it == "ci:skip-tests" }.size() == 0 }
99+
expression { !env.CHANGE_ID || pullRequest.labels.findAll { it == "ci:multi-gpu-tests" }.size() == 1 }
100100
}
101101
steps {
102102
lock(resource: null, label: "${NODE_NAME}-gpu", variable: 'LOCKED_GPU', quantity: 2) {

0 commit comments

Comments
 (0)