There was an error while loading. Please reload this page.
1 parent 956828e commit 50ea196Copy full SHA for 50ea196
1 file changed
Jenkinsfile
@@ -97,7 +97,7 @@ up the autoformatter locally. (Check console output at ${env.BUILD_URL})
97
}
98
99
100
- if (runRemainingStages) {
+ if (false && runRemainingStages) {
101
stage('Quick tests') {
102
parallel headers: {
103
runPod(image: image) {
@@ -227,6 +227,7 @@ LDFLAGS_OPENCL=-L/usr/local/cuda/targets/x86_64-linux/lib
227
228
229
230
+ }
231
232
def cores_per_test = 6
233
def parallel_tests = 10
@@ -259,7 +260,6 @@ LDFLAGS_OPENCL=-L/usr/local/cuda/targets/x86_64-linux/lib
259
260
])
261
262
- }
263
264
if (env.BRANCH_NAME == 'develop') {
265
runPod(image: image, cpus: 2) {
0 commit comments