From 967b869c6799cda26c0fe7378cea9b27e42c2fde Mon Sep 17 00:00:00 2001 From: Daniel Wang Date: Thu, 19 May 2016 15:22:27 -0700 Subject: [PATCH] Jenkins: start using base images for Trusty tests --- hack/jenkins/e2e-runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/jenkins/e2e-runner.sh b/hack/jenkins/e2e-runner.sh index 784217a12ee..203f9017bbd 100755 --- a/hack/jenkins/e2e-runner.sh +++ b/hack/jenkins/e2e-runner.sh @@ -113,7 +113,7 @@ function get_latest_trusty_image() { # Retry the gsutil command a couple times to mitigate the effect of # transient server errors. for n in $(seq 3); do - image="$(gsutil cat "gs://${image_project}/image-indices/latest-test-image-${image_index}")" && break || sleep 1 + image="$(gsutil cat "gs://${image_project}/image-indices/latest-base-image-${image_index}")" && break || sleep 1 done if [[ -z "${image}" ]]; then echo "Failed to find Trusty image for ${image_type}"