Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!…
Browse files Browse the repository at this point in the history
… fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Fixes #20374: Test ncf in docker

Fixes #20374: Test ncf in docker
  • Loading branch information
amousset committed Dec 7, 2021
1 parent 6fb081d commit 7eefc4e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Jenkinsfile
Expand Up @@ -49,7 +49,6 @@ pipeline {
}
}
stage('methods') {
when {not { changeRequest() }}
agent {
dockerfile {
filename 'ci/methods.Dockerfile'
Expand All @@ -75,12 +74,12 @@ pipeline {
}
stage("Compatibility tests") {
// Expensive tests only done daily on branches
//when {
// allOf {
// triggeredBy 'TimerTrigger'
// not { changeRequest() }
// }
//}
when {
allOf {
triggeredBy 'TimerTrigger'
not { changeRequest() }
}
}
matrix {
axes {
axis {
Expand Down

0 comments on commit 7eefc4e

Please sign in to comment.