Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ if [[ -n "${TEST_USE_PROVISIONED_BASTION-}" ]]; then
chmod 0600 "${HOME}/.ssh/id_rsa"
fi

echo "sleep for 5h"
sleep 5h

# if the cluster profile included an insights secret, install it to the cluster to
# report support data from the support-operator
if [[ -f "${CLUSTER_PROFILE_DIR}/insights-live.yaml" ]]; then
Expand Down