diff --git a/.ci/cico_minikube_shost.sh b/.ci/cico_minikube_shost.sh index 9cabe7389..45393765e 100755 --- a/.ci/cico_minikube_shost.sh +++ b/.ci/cico_minikube_shost.sh @@ -98,7 +98,7 @@ function waitSingleHostWorkspaceStart() { fi } -# Build latest operator code in PR. +# Build latest operator image function buildCheOperatorImage() { docker build -t "${OPERATOR_IMAGE}" -f Dockerfile . && docker save "${OPERATOR_IMAGE}" > operator.tar eval $(minikube docker-env) && docker load -i operator.tar && rm operator.tar @@ -163,7 +163,6 @@ EOL # Start to deploy Che chectl server:start --platform=minikube --skip-kubernetes-health-check --installer=operator \ --chenamespace=${NAMESPACE} --che-operator-image=${OPERATOR_IMAGE} --che-operator-cr-patch-yaml=/tmp/che-cr-patch.yaml - exit 0 # Get the token from .ci/util/common.sh getCheAcessToken diff --git a/.github/workflows/single-host-tests.yaml b/.github/workflows/single-host-tests.yaml index a14fdc0c8..eb10194c0 100644 --- a/.github/workflows/single-host-tests.yaml +++ b/.github/workflows/single-host-tests.yaml @@ -10,7 +10,7 @@ # Red Hat, Inc. - initial API and implementation # -name: Testing single host deployment +name: Testing single host nightly deployment on: pull_request jobs: minikube-shost: