X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fdelete-heat-stack.sh;h=872ba304d9d67f82da1cc5c38959aa73debe5453;hb=2fc1c774cc2972caaf6ca0bff7cc8aa7f01b3e95;hp=b3239445c1461a2a9381344a81804cdb2e362fb4;hpb=55d5b81cb078f11e44827575c7e94cdb7a680db7;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/delete-heat-stack.sh b/jjb/cloud-infra/delete-heat-stack.sh index b3239445..872ba304 100644 --- a/jjb/cloud-infra/delete-heat-stack.sh +++ b/jjb/cloud-infra/delete-heat-stack.sh @@ -29,10 +29,10 @@ if [[ $DEPLOY_TYPE != "cloud" ]]; then exit 0 fi -# we don't support OpenStack scenario verification on OpenStack yet -if [[ "$DEPLOY_SCENARIO" =~ "os-" ]] && [[ "$PROVISIONER_TYPE" == "heat" ]]; then +# we only support k8s scenario deployment on openstack as of now +if [[ "$DEPLOY_SCENARIO" != "k8-*" ]] && [[ "$PROVISIONER_TYPE" == "heat" ]]; then echo "-------------------------------------------------------------------------" - echo "Info: OpenStack scenario verification on OpenStack has not been implemented yet!" + echo "Info: Only k8s scenario deployment on OpenStack has been implemented!" echo "-------------------------------------------------------------------------" exit 0 fi