Skip to content

Commit bfbb6eb

Browse files
committed
par2
1 parent ac23f89 commit bfbb6eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Jenkinsfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,7 @@ pipeline {
152152
}
153153
}
154154
stage('Test GPU Image') {
155-
stages {
156-
parallel {
155+
parallel {
157156
stage('Test on P100') {
158157
agent { label 'ephemeral-linux-gpu' }
159158
options {
@@ -188,7 +187,6 @@ pipeline {
188187
}
189188
}
190189
}
191-
}
192190
}
193191
}
194192
stage('Diff GPU Image') {

0 commit comments

Comments
 (0)