From 7ad7113223ee922e9b304175661bf535dbf50824 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Thu, 29 Aug 2019 07:57:41 +0000 Subject: [PATCH] Switch to string parameter for delete_stack Choice parameter does not respect the default value setting so we need to switch to string parameter. Change-Id: Iefe88173cb7ea39fcc0f4f4f8561802f77552ad3 --- jjb/cloud-infra/cloud-infra-periodic-onap.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/jjb/cloud-infra/cloud-infra-periodic-onap.yaml b/jjb/cloud-infra/cloud-infra-periodic-onap.yaml index dd500302..b69a4bf4 100644 --- a/jjb/cloud-infra/cloud-infra-periodic-onap.yaml +++ b/jjb/cloud-infra/cloud-infra-periodic-onap.yaml @@ -140,13 +140,10 @@ name: POD_NAME default: '{pod-name}' description: 'Development purposes only! Set to none for disabling test results DB reporting.' - - choice: + - string: name: DELETE_STACK - choices: - - 'yes' - - 'no' default: '{delete-stack}' - description: 'Development purposes only! Whether delete the stack or not. Default is yes. Setting this to no will increase the cost!' + description: 'Development purposes only! Whether delete the stack or not. It must either be yes or no. Setting this to no will increase the cost!' properties: - logrotate -- 2.25.1