mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
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:
parent
96dcc08223
commit
d8f098fb47
@ -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}'
|
||||
|
Loading…
Reference in New Issue
Block a user