We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
staging-*
1 parent ab84c1d commit 3221e01Copy full SHA for 3221e01
build/github/engflow-args.sh
@@ -10,7 +10,10 @@
10
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'
12
13
-if [ "$GITHUB_ACTIONS_BRANCH" == "staging" ]
+if [[ "$GITHUB_ACTIONS_BRANCH" == staging-* ]]
14
+then
15
+ ARGS="$ARGS --remote_execution_priority=8"
16
+elif [ "$GITHUB_ACTIONS_BRANCH" == "staging" ]
17
then
18
ARGS="$ARGS --remote_execution_priority=6"
19
fi
0 commit comments