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:
Noah S-C 2024-04-24 13:47:17 +01:00 committed by GitHub
parent 81fe556ab9
commit 48349d2449
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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