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

Commit 48349d2

Browse files
authored
ci: only emit build event protocol file for test command (#62146)
The file from the Test step was being overwritten by aquery and other commands in the Delivery Manifest step ## Test plan CI on main
1 parent 81fe556 commit 48349d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.aspect/bazelrc/ci.sourcegraph.bazelrc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ test --flaky_test_attempts=2
5959
# Sometimes the build fails due to some flakiness where a npm package fails to be copied
6060
common --noexperimental_merged_skyframe_analysis_execution
6161

62-
common --build_event_binary_file=build_event_log.bin
63-
common --build_event_binary_file_path_conversion=false
64-
common --build_event_binary_file_upload_mode=wait_for_upload_complete
65-
common --build_event_publish_all_actions=true
62+
test --build_event_binary_file=build_event_log.bin
63+
test --build_event_binary_file_path_conversion=false
64+
test --build_event_binary_file_upload_mode=wait_for_upload_complete
65+
test --build_event_publish_all_actions=true

0 commit comments

Comments
 (0)