From 789d88b862fd3cca3c64bbb5313308d2964643df Mon Sep 17 00:00:00 2001 From: Teju Nareddy Date: Wed, 12 Jul 2023 13:14:33 -0500 Subject: [PATCH] Purge cache (#835) Since the presubmit images were updated, we need a new commit to trigger rebuild of proxy image. Use this as an opportunity to purge the CI cache. --- scripts/all-utilities.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/all-utilities.sh b/scripts/all-utilities.sh index c3bb3035e..f30e2fc66 100755 --- a/scripts/all-utilities.sh +++ b/scripts/all-utilities.sh @@ -378,7 +378,7 @@ function try_setup_bazel_remote_cache() { local root_dir=$3 local presubmit_test_case=$4 local gcp_project_id="cloudesf-testing" - local silo_uuid="v8" + local silo_uuid="v9" # Determine if this job is running on a non-Prow host. All Prow jobs must have this env var # https://github.com/kubernetes/test-infra/blob/master/prow/jobs.md#job-environment-variables