Skip to content

Commit

Permalink
Merge pull request #1542 from wking/installer-destroy-continue-on-error
Browse files Browse the repository at this point in the history
ci-operator/templates/cluster-launch-installer-e2e*: Destroy with --continue-on-error
  • Loading branch information
openshift-merge-robot authored Sep 21, 2018
2 parents 833a964 + 8444b7d commit 2869b73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions ci-operator/templates/cluster-launch-installer-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,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
Expand Down

0 comments on commit 2869b73

Please sign in to comment.