Skip to content

Commit

Permalink
Inhibit kured on CI cluster upgrade
Browse files Browse the repository at this point in the history
Looks like kured is triggering node reboots in the middle of our
testing which results in a very unstable job.

This patch reuses the same inhibit_kured step that we used on
other jobs to prevent kured from restarting nodes while we manipulate
them
  • Loading branch information
Itxaka committed Nov 16, 2020
1 parent fecc36d commit fb20b12
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ci/jenkins/pipelines/skuba-upgrade-from-4.2.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@ pipeline {
}
}
}


stage('Inhibit kured reboots') { steps {
sh(script: 'make -f ci/Makefile inhibit_kured')
}
}
stage('upgrade skuba') {
steps {
sh(script: "sudo zypper in -y --no-recommends go1.13")
Expand Down

0 comments on commit fb20b12

Please sign in to comment.