Skip to content

Commit 4a79048

Browse files
committed
ci: run bors runs with heightened priority
We give `bors` CI runs (runs on `staging`) a higher priority than standard runs so they're less likely to time out. Part of: DEVINF-1449 Epic: DEVINF-1424 Release note: None
1 parent 757ce69 commit 4a79048

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/github/engflow-args.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010

1111
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'
1212

13+
if [ "$GITHUB_ACTIONS_BRANCH" == "staging" ]
14+
then
15+
ARGS="$ARGS --remote_execution_priority=6"
16+
fi
17+
1318
if [ ! -z "$GITHUB_ACTIONS_BRANCH" ]
1419
then
1520
ARGS="$ARGS --bes_keywords branch=$GITHUB_ACTIONS_BRANCH"

0 commit comments

Comments
 (0)