From: Fatih Degirmenci Date: Thu, 29 Aug 2019 07:57:41 +0000 (+0000) Subject: Switch to string parameter for delete_stack X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;ds=inline;h=7ad7113223ee922e9b304175661bf535dbf50824;p=infra%2Fcicd.git 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 --- 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