From 0f9ecd30943ca3befec021bb0932ba80b4ccc4ec Mon Sep 17 00:00:00 2001 From: Sean Lyons Date: Mon, 20 Apr 2026 15:19:03 -0400 Subject: [PATCH] SERVER-124884: Remove ZIP files from --remote_download_regex used with remote tests (#52173) GitOrigin-RevId: a34b676496831b409c10308e8a44d357ea0593d1 --- .bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index 23e85331a1b..44483af1b90 100644 --- a/.bazelrc +++ b/.bazelrc @@ -435,7 +435,7 @@ common:remote_test --test_output=summary # The below line unsets the no-remote-cache execution info for the given strategies # even though upon first glance it looks like it's setting it. common:remote_test --modify_execution_info=^(TestRunner|CppLink|CppArchive|SolibSymlink|ExtractDebugInfo|StripDebugInfo|CcGenerateIntermediateDwp|CcGenerateDwp)$=-no-remote-cache -common:remote_test --remote_download_regex=.*\.(zip|core|mdmp|gz)$ +common:remote_test --remote_download_regex=.*\.(core|mdmp|gz)$ test:remote_test --test_tag_filters=-incompatible_with_bazel_remote_test