diff --git a/ci-operator/templates/cluster-launch-installer-e2e-smoke.yaml b/ci-operator/templates/cluster-launch-installer-e2e-smoke.yaml index 4aaace683c3b3..bcdf7d8c15fae 100644 --- a/ci-operator/templates/cluster-launch-installer-e2e-smoke.yaml +++ b/ci-operator/templates/cluster-launch-installer-e2e-smoke.yaml @@ -327,9 +327,7 @@ objects: echo "Deprovisioning cluster ..." export AWS_SHARED_CREDENTIALS_FILE=/etc/openshift-installer/.awscred cd /tmp/shared/cluster - for i in `seq 1 2`; do - tectonic destroy --dir=. --log-level=debug - done + tectonic destroy --dir=. --log-level=debug --continue-on-error } trap 'teardown' EXIT diff --git a/ci-operator/templates/cluster-launch-installer-e2e.yaml b/ci-operator/templates/cluster-launch-installer-e2e.yaml index 8f51483d42958..0c5b08c60f1d8 100644 --- a/ci-operator/templates/cluster-launch-installer-e2e.yaml +++ b/ci-operator/templates/cluster-launch-installer-e2e.yaml @@ -323,9 +323,7 @@ objects: echo "Deprovisioning cluster ..." export AWS_SHARED_CREDENTIALS_FILE=/etc/openshift-installer/.awscred cd /tmp/shared/cluster - for i in `seq 1 2`; do - tectonic destroy --dir=. --log-level=debug - done + tectonic destroy --dir=. --log-level=debug --continue-on-error } trap 'teardown' EXIT