Add 2h of sleep to do some manual tests
Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>pull/842/head
parent
72f8d81cc7
commit
a2a8fd5d02
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue