From 9cbee9c4c3b465a41c26bbb33b1ff5c1c0d518ff Mon Sep 17 00:00:00 2001 From: "dchakarwarti@google.com" Date: Thu, 17 Oct 2024 06:41:19 +0000 Subject: [PATCH 1/3] Update version to 2.51.0 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 9e29315ac..d66b73871 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.50.0 +2.51.0 From 148b450b269726712a8cd24999c918e3d2b7e5d2 Mon Sep 17 00:00:00 2001 From: "dchakarwarti@google.com" Date: Mon, 21 Oct 2024 13:28:03 +0000 Subject: [PATCH 2/3] Add build nocache to .bazelrc --- .bazelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelrc b/.bazelrc index 33b532e7c..0d4230e67 100644 --- a/.bazelrc +++ b/.bazelrc @@ -34,6 +34,7 @@ build --action_env=PATH # Disable ICU linking for googleurl. build --@com_googlesource_googleurl//build_config:system_icu=0 +build --nocache_test_results # Common flags for sanitizers build:sanitizer --define tcmalloc=disabled From 7ba6481fb743193d33bc139bb7000c3413be01c1 Mon Sep 17 00:00:00 2001 From: "dchakarwarti@google.com" Date: Wed, 23 Oct 2024 11:52:16 +0000 Subject: [PATCH 3/3] Update silo_uuid --- .bazelrc | 1 - scripts/all-utilities.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.bazelrc b/.bazelrc index 0d4230e67..33b532e7c 100644 --- a/.bazelrc +++ b/.bazelrc @@ -34,7 +34,6 @@ build --action_env=PATH # Disable ICU linking for googleurl. build --@com_googlesource_googleurl//build_config:system_icu=0 -build --nocache_test_results # Common flags for sanitizers build:sanitizer --define tcmalloc=disabled diff --git a/scripts/all-utilities.sh b/scripts/all-utilities.sh index f30e2fc66..ecd301495 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="v9" + local silo_uuid="v10" # 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