From 415d515459879913f4f0dd6e85c8843642548add Mon Sep 17 00:00:00 2001 From: afenner Date: Fri, 7 Aug 2020 15:01:30 +0100 Subject: [PATCH] Update to not delete stack while troubleshooting This change should be reverted once job is stable Change-Id: Ief13e0f8608c9b33355c531bcc0cbd70be10d600 Signed-off-by: afenner --- jjb/cloud-infra/onap-jobs/onap-verify-deploy-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/cloud-infra/onap-jobs/onap-verify-deploy-test.yaml b/jjb/cloud-infra/onap-jobs/onap-verify-deploy-test.yaml index 76b913635..f1fd2517e 100644 --- a/jjb/cloud-infra/onap-jobs/onap-verify-deploy-test.yaml +++ b/jjb/cloud-infra/onap-jobs/onap-verify-deploy-test.yaml @@ -156,7 +156,7 @@ description: 'Dispatcher to use for Yardstick reporting' - string: name: DELETE_STACK - default: 'true' + default: 'false' description: 'Delete the stack upon completion of the build' - string: name: VERBOSITY -- 2.25.1