diff --git a/hack/jenkins/cloud_shell_functional_tests.sh b/hack/jenkins/cloud_shell_functional_tests_docker.sh similarity index 94% rename from hack/jenkins/cloud_shell_functional_tests.sh rename to hack/jenkins/cloud_shell_functional_tests_docker.sh index c236c3115e1d79601552f2cb73b7a498dbdbd02a..9a9ec62d79c88409b7cf9fda25bedf6491b5046f 100755 --- a/hack/jenkins/cloud_shell_functional_tests.sh +++ b/hack/jenkins/cloud_shell_functional_tests_docker.sh @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This script runs functional tests on Cloud Shell +# This script runs functional and addon tests on Cloud Shell # The script expects the following env variables: # MINIKUBE_LOCATION: GIT_COMMIT from upstream build. @@ -27,7 +27,7 @@ set -ex gcloud cloud-shell ssh --authorize-session << EOF OS_ARCH="linux-amd64" VM_DRIVER="docker" - JOB_NAME="Cloud_Shell" + JOB_NAME="Docker_Cloud_Shell" CONTAINER_RUNTIME="docker" EXTRA_TEST_ARGS="-test.run (TestFunctional|TestAddons)" diff --git a/hack/jenkins/minikube_set_pending.sh b/hack/jenkins/minikube_set_pending.sh index 7b4cd19a87108a8c3a4eedbb3443691a782b0262..701c070f8155cbd038bf4e3afcaa30e5faf298be 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' + 'Docker_Cloud_Shell' ) # retry_github_status provides reliable github status updates