ci: disable debug sleep on failure of mini-e2e

While debugging issues with the job itself, a sleep has been very
useful. PRs that have been rebased on the master branch contain all the
deployment fixes that are needed for the job to pass. There is no need
anymore to run into the long sleep when the job fails.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2020-08-03 12:10:34 +02:00 committed by mergify[bot]
parent 96dcc08223
commit d8f098fb47

View File

@ -59,12 +59,6 @@ node('cico-workspace') {
}
}
catch(exc) {
stage('debug time!') {
ssh 'sleep 8h'
}
}
finally {
stage('return bare-metal machine') {
sh 'cico node done ${CICO_SSID}'