Skip to content

Commit 6d15ce3

Browse files
committed
sleep 2 hours
1 parent 2c1b767 commit 6d15ce3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci-operator/step-registry/baremetal/lab/capi/baremetal-lab-capi-commands.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ while ! oc get namespace openshift-cluster-api 2>/dev/null; do
8484
done
8585

8686
oc get secret worker-user-data-managed -n openshift-machine-api -o yaml | sed "s/namespace: .*/namespace: ${capi_namespace}/" | oc apply -f -
87+
88+
echo "sleeping 2 hours"
89+
sleep 7200
90+
8791
oc apply -f "${DIR}/*.yaml"
8892

8993
echo "--- Waiting for CAPI baremetalhosts to be provisioned ---"

0 commit comments

Comments
 (0)