From 6c4c033d5aa5098e610b30cba442e27b790ae3a7 Mon Sep 17 00:00:00 2001 From: Jeff Lowdermilk Date: Fri, 4 Mar 2016 11:27:52 -0800 Subject: [PATCH] Use new bucket for ci cloud sdk --- hack/jenkins/job-configs/global.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/jenkins/job-configs/global.yaml b/hack/jenkins/job-configs/global.yaml index fcdde7835e3..1342ebc7221 100644 --- a/hack/jenkins/job-configs/global.yaml +++ b/hack/jenkins/job-configs/global.yaml @@ -156,7 +156,7 @@ export ZONE="us-central1-f" # By default, GKE tests run against the GKE test endpoint using CI Cloud SDK. # Release jobs (e.g. prod, staging, and test) override these two variables. - export CLOUDSDK_BUCKET="gs://cloud-sdk-build/testing/staging" + export CLOUDSDK_BUCKET="gs://cloud-sdk-testing/ci/staging" export CLOUDSDK_API_ENDPOINT_OVERRIDES_CONTAINER="https://test-container.sandbox.googleapis.com/" export FAIL_ON_GCP_RESOURCE_LEAK="true" aws-provider-env: |