SERVER-124884: Remove ZIP files from --remote_download_regex used with remote tests (#52173)
GitOrigin-RevId: a34b676496831b409c10308e8a44d357ea0593d1
This commit is contained in:
parent
beadd21be3
commit
0f9ecd3094
2
.bazelrc
2
.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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user