Skip to content

Commit

Permalink
Add tests for external dependencies in GCP
Browse files Browse the repository at this point in the history
  • Loading branch information
nandajavarma committed Jun 24, 2022
1 parent cfcb779 commit 3db2b7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install/tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 3db2b7d

Please sign in to comment.