@@ -289,7 +289,7 @@ elif [[ ${JOB_NAME} =~ ^kubernetes-.*-gke ]]; then
289
289
: ${E2E_ZONE:= " us-central1-f" }
290
290
# By default, GKE tests run against the GKE test endpoint using CI Cloud SDK.
291
291
# Release jobs (e.g. prod, staging, and test) override these two variables.
292
- : ${CLOUDSDK_BUCKET:= " gs://cloud-sdk-build/ testing/staging" }
292
+ : ${CLOUDSDK_BUCKET:= " gs://cloud-sdk-testing/ci /staging" }
293
293
: ${GKE_API_ENDPOINT:= " https://test-container.sandbox.googleapis.com/" }
294
294
elif [[ ${JOB_NAME} =~ ^kubernetes-.* -aws ]]; then
295
295
KUBERNETES_PROVIDER=" aws"
@@ -783,7 +783,7 @@ case ${JOB_NAME} in
783
783
784
784
kubernetes-e2e-gke-staging)
785
785
# Override GKE default to use rc Cloud SDK and staging endpoint
786
- CLOUDSDK_BUCKET=" gs://cloud-sdk-build/ testing/rc"
786
+ CLOUDSDK_BUCKET=" gs://cloud-sdk-testing/rc"
787
787
GKE_API_ENDPOINT=" https://staging-container.sandbox.googleapis.com/"
788
788
: ${E2E_CLUSTER_NAME:= " jkns-gke-e2e-staging" }
789
789
: ${E2E_NETWORK:= " e2e-gke-staging" }
@@ -800,7 +800,7 @@ case ${JOB_NAME} in
800
800
801
801
kubernetes-e2e-gke-test)
802
802
# Override GKE default to use rc Cloud SDK
803
- CLOUDSDK_BUCKET=" gs://cloud-sdk-build/ testing/rc"
803
+ CLOUDSDK_BUCKET=" gs://cloud-sdk-testing/rc"
804
804
: ${E2E_CLUSTER_NAME:= " jkns-gke-e2e-test" }
805
805
: ${E2E_NETWORK:= " e2e-gke-test" }
806
806
: ${E2E_SET_CLUSTER_API_VERSION:= y}
@@ -850,7 +850,7 @@ case ${JOB_NAME} in
850
850
851
851
kubernetes-e2e-gke-trusty-staging)
852
852
# Override GKE default to use rc Cloud SDK and staging endpoint
853
- CLOUDSDK_BUCKET=" gs://cloud-sdk-build/ testing/rc"
853
+ CLOUDSDK_BUCKET=" gs://cloud-sdk-testing/rc"
854
854
GKE_API_ENDPOINT=" https://staging-container.sandbox.googleapis.com/"
855
855
: ${E2E_CLUSTER_NAME:= " jkns-gke-e2e-staging-trusty" }
856
856
: ${E2E_NETWORK:= " e2e-gke-trusty-staging" }
@@ -868,7 +868,7 @@ case ${JOB_NAME} in
868
868
869
869
kubernetes-e2e-gke-trusty-test)
870
870
# Override GKE default to use rc Cloud SDK
871
- CLOUDSDK_BUCKET=" gs://cloud-sdk-build/ testing/rc"
871
+ CLOUDSDK_BUCKET=" gs://cloud-sdk-testing/rc"
872
872
: ${E2E_CLUSTER_NAME:= " jkns-gke-e2e-test-trusty" }
873
873
: ${E2E_NETWORK:= " e2e-gke-trusty-test" }
874
874
: ${E2E_SET_CLUSTER_API_VERSION:= y}
0 commit comments