Skip to content

Commit ea80f1c

Browse files
committed
Commenting out 11.1.0 regression runs
1 parent 3417127 commit ea80f1c

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

Jenkinsfile

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -195,18 +195,19 @@ pipeline{
195195
}
196196
}
197197

198-
stage('regressions-11.1.0') {
199-
when {
200-
allOf {
201-
branch 'develop'
202-
expression {return params.regressions}
203-
}
204-
}
205-
steps {
206-
runAllTests('Release', '11.1.0', false)
207-
junit '**/build/**/TEST*.xml'
208-
}
209-
}
198+
// Can't run these as all the Optic Update tests fail now (as expected) on 11.1.0.
199+
// stage('regressions-11.1.0') {
200+
// when {
201+
// allOf {
202+
// branch 'develop'
203+
// expression {return params.regressions}
204+
// }
205+
// }
206+
// steps {
207+
// runAllTests('Release', '11.1.0', false)
208+
// junit '**/build/**/TEST*.xml'
209+
// }
210+
// }
210211

211212
stage('regressions-11') {
212213
when {

0 commit comments

Comments
 (0)