From 5fb25fdfe6d9d68ea4be03b6f770a881d8dfa070 Mon Sep 17 00:00:00 2001
From: Jan Tattermusch <jtattermusch@google.com>
Date: Thu, 13 Apr 2023 16:29:20 +0200
Subject: [PATCH] Revert "Invalidate RBE linux cache by setting a new cache
 silo key" (#32793)

Reverts grpc/grpc#32706

Looks like this isn't helping at all with the original issue.
---
 tools/remote_build/linux.bazelrc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tools/remote_build/linux.bazelrc b/tools/remote_build/linux.bazelrc
index 695dac0229c..43e0305dd15 100644
--- a/tools/remote_build/linux.bazelrc
+++ b/tools/remote_build/linux.bazelrc
@@ -17,9 +17,6 @@
 
 import %workspace%/tools/remote_build/include/rbe_remote_execution.bazelrc
 
-# invalidate old and possibly poisoned cache by using a new random UUID as cache key (see b/275038656)
-build --remote_default_exec_properties="grpc_cache_silo_key1=83e33624-ca52-11ed-afca-1b104ed323aa"
-
 # Next section is linux-specific RBE configuration
 build --crosstool_top=//third_party/toolchains:rbe_linux_default_toolchain_suite
 build --extra_toolchains=//third_party/toolchains:rbe_linux_default_cc_toolchain