Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2391b87

Browse files
committedMay 21, 2025··
use s
1 parent 752ebbe commit 2391b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎scripts/evergreen/e2e/e2e.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,10 @@ else
146146
timeout --foreground "${timeout_sec}" scripts/evergreen/e2e/single_e2e.sh || TEST_RESULTS=$?
147147
fi
148148

149+
dump_cluster_information+
150+
149151
# We only have static clusters in OpenShift; otherwise, there's no need to mark and clean them up here.
150152
if [[ "${CLUSTER_TYPE}" == "openshift" ]]; then
151-
dump_cluster_information
152153
cleanup_openshift_cluster
153154
else
154155
if [[ "${KUBE_ENVIRONMENT_NAME}" == "multi" ]]; then
@@ -158,7 +159,6 @@ else
158159
# If the test passed, then the namespace is removed
159160
delete_operator "${NAMESPACE}"
160161
fi
161-
dump_cluster_information
162162
fi
163163

164164

0 commit comments

Comments
 (0)
Please sign in to comment.