Add 2h of sleep to do some manual tests

Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
pull/842/head
Flavius Lacatusu 2021-05-24 13:16:54 +02:00
parent 72f8d81cc7
commit a2a8fd5d02
No known key found for this signature in database
GPG Key ID: 3C0A7685C14681A8
1 changed files with 4 additions and 0 deletions

View File

@ -198,6 +198,10 @@ provisionOpenShiftOAuthUser
# Deploy Eclipse Che and retrieve golang devfile from devfile-registry
chectl server:deploy --telemetry=off --k8spodwaittimeout=1800000 --che-operator-cr-patch-yaml=/tmp/che-cr-patch.yaml --che-operator-image=${INTERNAL_REGISTRY_URL}/eclipse/che-operator:nightly --platform=openshift --installer=operator
# Add a sleep of 2 hours to do some manual tests in the cluster.
sleep 2h
DEVFILEURL=$(oc get checluster/eclipse-che -n eclipse-che -o "jsonpath={.status.devfileRegistryURL}")
curl -sSLo- -vk "${DEVFILEURL}/devfiles/go/devfile.yaml" > /tmp/devfile.yaml