File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ARGS="--config engflowpublic --tls_client_certificate=/home/agent/engflow.crt --
1515if [[ " $GITHUB_ACTIONS_BRANCH " == staging-* ]]
1616then
1717 ARGS=" $ARGS --remote_execution_priority=8"
18- elif [ " $GITHUB_ACTIONS_BRANCH " == " staging" ]
18+ elif [[ " $GITHUB_ACTIONS_BRANCH " == " staging" || " $GITHUB_ACTIONS_BRANCH " == trunk-merge/ * ] ]
1919then
2020 ARGS=" $ARGS --remote_execution_priority=6"
2121fi
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ set -euxo pipefail
1010
1111EXTRA_PARAMS=" "
1212
13- if [ " $GITHUB_ACTIONS_BRANCH " == " staging" ]; then
13+ if [[ " $GITHUB_ACTIONS_BRANCH " == " staging" || " $GITHUB_ACTIONS_BRANCH " == trunk-merge/ * ] ]; then
1414 # enable up to 1 retry (2 attempts, worst-case) per test executable to report flakes but only on release branches and staging.
1515 EXTRA_PARAMS=" --flaky_test_attempts=2"
1616fi
You can’t perform that action at this time.
0 commit comments