Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3843caa

Browse files
author
k8s-merge-robot
committed
Merge pull request kubernetes#23294 from jlowdermilk/rc-bucket
Auto commit by PR queue bot
2 parents 08de67e + 8177f66 commit 3843caa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

hack/jenkins/e2e.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ elif [[ ${JOB_NAME} =~ ^kubernetes-.*-gke ]]; then
289289
: ${E2E_ZONE:="us-central1-f"}
290290
# By default, GKE tests run against the GKE test endpoint using CI Cloud SDK.
291291
# 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"}
293293
: ${GKE_API_ENDPOINT:="https://test-container.sandbox.googleapis.com/"}
294294
elif [[ ${JOB_NAME} =~ ^kubernetes-.*-aws ]]; then
295295
KUBERNETES_PROVIDER="aws"
@@ -783,7 +783,7 @@ case ${JOB_NAME} in
783783

784784
kubernetes-e2e-gke-staging)
785785
# 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"
787787
GKE_API_ENDPOINT="https://staging-container.sandbox.googleapis.com/"
788788
: ${E2E_CLUSTER_NAME:="jkns-gke-e2e-staging"}
789789
: ${E2E_NETWORK:="e2e-gke-staging"}
@@ -800,7 +800,7 @@ case ${JOB_NAME} in
800800

801801
kubernetes-e2e-gke-test)
802802
# 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"
804804
: ${E2E_CLUSTER_NAME:="jkns-gke-e2e-test"}
805805
: ${E2E_NETWORK:="e2e-gke-test"}
806806
: ${E2E_SET_CLUSTER_API_VERSION:=y}
@@ -850,7 +850,7 @@ case ${JOB_NAME} in
850850

851851
kubernetes-e2e-gke-trusty-staging)
852852
# 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"
854854
GKE_API_ENDPOINT="https://staging-container.sandbox.googleapis.com/"
855855
: ${E2E_CLUSTER_NAME:="jkns-gke-e2e-staging-trusty"}
856856
: ${E2E_NETWORK:="e2e-gke-trusty-staging"}
@@ -868,7 +868,7 @@ case ${JOB_NAME} in
868868

869869
kubernetes-e2e-gke-trusty-test)
870870
# 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"
872872
: ${E2E_CLUSTER_NAME:="jkns-gke-e2e-test-trusty"}
873873
: ${E2E_NETWORK:="e2e-gke-trusty-test"}
874874
: ${E2E_SET_CLUSTER_API_VERSION:=y}

0 commit comments

Comments
 (0)