Skip to content

Commit 50ea196

Browse files
committed
jenkins: TEST run only distribution tests
1 parent 956828e commit 50ea196

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ up the autoformatter locally. (Check console output at ${env.BUILD_URL})
9797
}
9898
}
9999

100-
if (runRemainingStages) {
100+
if (false && runRemainingStages) {
101101
stage('Quick tests') {
102102
parallel headers: {
103103
runPod(image: image) {
@@ -227,6 +227,7 @@ LDFLAGS_OPENCL=-L/usr/local/cuda/targets/x86_64-linux/lib
227227
}
228228
}
229229
}
230+
}
230231

231232
def cores_per_test = 6
232233
def parallel_tests = 10
@@ -259,7 +260,6 @@ LDFLAGS_OPENCL=-L/usr/local/cuda/targets/x86_64-linux/lib
259260
])
260261
}
261262
}
262-
}
263263

264264
if (env.BRANCH_NAME == 'develop') {
265265
runPod(image: image, cpus: 2) {

0 commit comments

Comments
 (0)