From 2b5e6b299a4d2635c1e9e373712dffa75b58d8a9 Mon Sep 17 00:00:00 2001 From: Flavius Lacatusu Date: Mon, 5 Oct 2020 11:52:58 +0200 Subject: [PATCH] Fixes Signed-off-by: Flavius Lacatusu --- .ci/cico_minikube_shost.sh | 3 +-- .github/workflows/single-host-tests.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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: