Skip to content

Commit

Permalink
test: debug gcp xpn 4.18 failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jameszwang committed Nov 14, 2024
1 parent 996d525 commit 5a47216
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ while true; do
if [[ "${CLUSTER_STATE}" != "installing" && "${CLUSTER_STATE}" != "pending" && "${CLUSTER_STATE}" != "validating" ]]; then
ocm get "/api/clusters_mgmt/v1/clusters/${CLUSTER_ID}/logs/install" > "${ARTIFACT_DIR}/.cluster_install.log" || echo "error: Unable to pull installation log."
logger "ERROR" "Cluster reported invalid state: ${CLUSTER_STATE}"
sleep 1800
exit 1
fi
done
Expand Down

0 comments on commit 5a47216

Please sign in to comment.