mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:11:48 +00:00
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
This commit is contained in:
parent
81fe556ab9
commit
48349d2449
@ -59,7 +59,7 @@ test --flaky_test_attempts=2
|
||||
# Sometimes the build fails due to some flakiness where a npm package fails to be copied
|
||||
common --noexperimental_merged_skyframe_analysis_execution
|
||||
|
||||
common --build_event_binary_file=build_event_log.bin
|
||||
common --build_event_binary_file_path_conversion=false
|
||||
common --build_event_binary_file_upload_mode=wait_for_upload_complete
|
||||
common --build_event_publish_all_actions=true
|
||||
test --build_event_binary_file=build_event_log.bin
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user