From 3db2b7d010db24501502f3136e8c771858fa4caa Mon Sep 17 00:00:00 2001 From: Nandaja Varma Date: Mon, 20 Jun 2022 10:17:00 +0000 Subject: [PATCH] Add tests for external dependencies in GCP --- install/tests/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install/tests/Makefile b/install/tests/Makefile index 342818ef4aacbc..87a18fafc75140 100644 --- a/install/tests/Makefile +++ b/install/tests/Makefile @@ -158,7 +158,7 @@ check-gitpod-installation: delete-cm-setup check-kots-app check-env-sub-domain run-tests: ./tests.sh ${KUBECONFIG} -kots-upgrade: +kots-uprgade: @echo "Upgrade gitpod KOTS app to latest" kubectl kots upstream upgrade --kubeconfig=${KUBECONFIG} gitpod -n gitpod --deploy @@ -193,8 +193,9 @@ destroy-aks: select-workspace get-results: @echo "If you have gotten this far, it means your setup succeeded" - @echo "The IP address of you setup is "https://$(TF_VAR_TEST_ID).gitpod-self-hosted.com"" + @echo "The IP address of you setup is "$(TF_VAR_TEST_ID).gitpod-self-hosted.com"" @echo "Following is the KUBECONFIG you can use to connect to the cluster:" + @cat tmp_config.yml @cat ${KUBECONFIG} list-state: