From 8740c19c239d2bb6767641e6b887b985969ddb91 Mon Sep 17 00:00:00 2001 From: Flavius Lacatusu Date: Sat, 5 Jun 2021 08:23:24 +0200 Subject: [PATCH] fix: Remove NON_PROXY from custom resource in disconnected tests (#857) Signed-off-by: Flavius Lacatusu --- .ci/oci-disconnected.sh | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.ci/oci-disconnected.sh b/.ci/oci-disconnected.sh index bfa66700a..f77c45922 100755 --- a/.ci/oci-disconnected.sh +++ b/.ci/oci-disconnected.sh @@ -178,9 +178,6 @@ do fi done -# Get the ocp domain for che custom resources -export DOMAIN=$(oc get dns cluster -o json | jq .spec.baseDomain | sed -e 's/^"//' -e 's/"$//') - # Define the CR patch specifying the airgap registry and nonProxy-hosts cat >/tmp/che-cr-patch.yaml < /tmp/devfile.yaml @@ -210,3 +203,6 @@ provisionOAuth chectl auth:login -u admin -p admin chectl workspace:create --start --devfile=/tmp/devfile.yaml waitWorkspaceStart + +# Add a sleep of 2 hours to do some manual tests in the cluster if need it. +sleep 2h