Skip to content

Commit 3b2811c

Browse files
craig[bot]rickystewart
andcommitted
Merge #157769
157769: build/github: enable more logging for EngFlow invocations in CI r=rail a=rickystewart See [the EngFlow blog post](https://blog.engflow.com/2025/11/10/enhanced-invocation-level-insights-for-bazel-builds/). Release note: none Epic: none Co-authored-by: Ricky Stewart <[email protected]>
2 parents d05f126 + dc0530a commit 3b2811c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/github/engflow-args.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
# remote execution arguments to the invocation. You must call get-engflow-keys.sh
99
# before this.
1010

11-
ARGS='--config engflowpublic --tls_client_certificate=/home/agent/engflow.crt --tls_client_key=/home/agent/engflow.key --experimental_build_event_upload_retry_minimum_delay 3s --experimental_build_event_upload_max_retries 8'
11+
tmpfile=$(mktemp)
12+
13+
ARGS="--config engflowpublic --tls_client_certificate=/home/agent/engflow.crt --tls_client_key=/home/agent/engflow.key --experimental_build_event_upload_retry_minimum_delay 3s --experimental_build_event_upload_max_retries 8 --execution_log_compact_file=$tmpfile --experimental_build_event_upload_strategy=remote"
1214

1315
if [[ "$GITHUB_ACTIONS_BRANCH" == staging-* ]]
1416
then

0 commit comments

Comments
 (0)