From d8f098fb47a3655e54c028d8b93ea6f9f2458123 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Mon, 3 Aug 2020 12:10:34 +0200 Subject: [PATCH] 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 --- mini-e2e.groovy | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mini-e2e.groovy b/mini-e2e.groovy index 2ab50685f..336c57e19 100644 --- a/mini-e2e.groovy +++ b/mini-e2e.groovy @@ -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}'