Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 116d9d7

Browse files
authored
chore(ci): emit compact executon log in CI for test + build commands only (#63451)
The "Delivery Manifest" bazel commands messing stuff up again 😔 ## Test plan CI ## Changelog
1 parent e9108b3 commit 116d9d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.aspect/bazelrc/ci.sourcegraph.bazelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ test --build_event_binary_file_path_conversion=false
5959
test --build_event_binary_file_upload_mode=wait_for_upload_complete
6060
test --build_event_publish_all_actions=true
6161

62-
common --experimental_execution_log_compact_file=execution_log.zstd
62+
build --experimental_execution_log_compact_file=execution_log.zstd
63+
test --experimental_execution_log_compact_file=execution_log.zstd
6364

6465
# These likely perform faster locally than the overhead of pulling/pushing from/to the remote cache,
6566
# as well as being able to reduce how much we push to the cache

0 commit comments

Comments
 (0)