Skip to content

Commit 38e2b61

Browse files
committed
contrib/intel/jenkins: Remove parallelalwaysfailfast option
Remove this option so multiple stages can fail It will also make finding failures much easier Signed-off-by: Zach Dworkin <[email protected]>
1 parent 8619706 commit 38e2b61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/intel/jenkins/Jenkinsfile

-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ pipeline {
198198
timestamps()
199199
timeout(activity: true, time: 6, unit: 'HOURS')
200200
skipDefaultCheckout()
201-
parallelsAlwaysFailFast()
202201
}
203202
environment {
204203
JOB_CADENCE = 'PR'

0 commit comments

Comments
 (0)