We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752ebbe commit 2391b87Copy full SHA for 2391b87
scripts/evergreen/e2e/e2e.sh
@@ -146,9 +146,10 @@ else
146
timeout --foreground "${timeout_sec}" scripts/evergreen/e2e/single_e2e.sh || TEST_RESULTS=$?
147
fi
148
149
+dump_cluster_information+
150
+
151
# We only have static clusters in OpenShift; otherwise, there's no need to mark and clean them up here.
152
if [[ "${CLUSTER_TYPE}" == "openshift" ]]; then
- dump_cluster_information
153
cleanup_openshift_cluster
154
else
155
if [[ "${KUBE_ENVIRONMENT_NAME}" == "multi" ]]; then
@@ -158,7 +159,6 @@ else
158
159
# If the test passed, then the namespace is removed
160
delete_operator "${NAMESPACE}"
161
162
163
164
0 commit comments