Issue: RELENG-4963
Change-Id: If7e283b6b2d8bb55a8f4a08b6406b85530f7eedd
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
if cluster_in_jenkins "$CLUSTER_NAME" $jenkins_urls; then
# No need to delete stacks if there exists an active build for them
continue
+ elif [[ "$CLUSTER_NAME" == *-managed-prod-k8s-* ]] || \
+ [[ "$CLUSTER_NAME" == *-managed-test-k8s-* ]]; then
+ # Don't destroy long lived managed k8s clusters used in Jenkins jobs
+ echo "Not deleting managed cluster: $CLUSTER_NAME"
+ continue
else
echo "Deleting orphaned k8s cluster: $CLUSTER_NAME"
openstack --os-cloud "$os_cloud" coe cluster delete "$CLUSTER_NAME"