From 352b33104259dadf506e14b9b37e64bc221c7cc1 Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Mon, 29 Mar 2021 14:42:55 -0700 Subject: [PATCH] added addon tests --- hack/jenkins/cloud_shell_functional_tests.sh | 4 ++-- hack/jenkins/minikube_set_pending.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hack/jenkins/cloud_shell_functional_tests.sh b/hack/jenkins/cloud_shell_functional_tests.sh index 5c4f49b3c1..28e6a1a482 100755 --- a/hack/jenkins/cloud_shell_functional_tests.sh +++ b/hack/jenkins/cloud_shell_functional_tests.sh @@ -27,9 +27,9 @@ set -ex gcloud cloud-shell ssh --authorize-session << EOF OS_ARCH="linux-amd64" VM_DRIVER="docker" - JOB_NAME="Cloud_shell" + JOB_NAME="Cloud_Shell" CONTAINER_RUNTIME="docker" - EXTRA_TEST_ARGS="-test.run TestFunctional" + EXTRA_TEST_ARGS="-test.run (TestFunctional|TestAddons)" gsutil -m cp -r gs://minikube-builds/${MINIKUBE_LOCATION}/installers . chmod +x ./installers/*.sh diff --git a/hack/jenkins/minikube_set_pending.sh b/hack/jenkins/minikube_set_pending.sh index 7a9665f92f..7b4cd19a87 100755 --- a/hack/jenkins/minikube_set_pending.sh +++ b/hack/jenkins/minikube_set_pending.sh @@ -51,7 +51,7 @@ jobs=( # 'Docker_macOS' 'Docker_Windows' # 'Podman_Linux' - 'Cloud_Shell_Integration' + 'Cloud_Shell' ) # retry_github_status provides reliable github status updates