From 116d9d75268571a7149fbeff83b9a0e64973bd29 Mon Sep 17 00:00:00 2001 From: Noah S-C Date: Tue, 25 Jun 2024 15:19:55 +0100 Subject: [PATCH] chore(ci): emit compact executon log in CI for test + build commands only (#63451) The "Delivery Manifest" bazel commands messing stuff up again :pensive: ## Test plan CI ## Changelog --- .aspect/bazelrc/ci.sourcegraph.bazelrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.aspect/bazelrc/ci.sourcegraph.bazelrc b/.aspect/bazelrc/ci.sourcegraph.bazelrc index 3e7ce7990bd..a21635654df 100644 --- a/.aspect/bazelrc/ci.sourcegraph.bazelrc +++ b/.aspect/bazelrc/ci.sourcegraph.bazelrc @@ -59,7 +59,8 @@ test --build_event_binary_file_path_conversion=false test --build_event_binary_file_upload_mode=wait_for_upload_complete test --build_event_publish_all_actions=true -common --experimental_execution_log_compact_file=execution_log.zstd +build --experimental_execution_log_compact_file=execution_log.zstd +test --experimental_execution_log_compact_file=execution_log.zstd # These likely perform faster locally than the overhead of pulling/pushing from/to the remote cache, # as well as being able to reduce how much we push to the cache