Skip to content

Commit 846890f

Browse files
committed
nightly-stress: move engflow stress jobs to run on mesolite
Part of: DEVINF-1489 Release note: None
1 parent 561e406 commit 846890f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

build/teamcity/cockroach/nightlies/stress_engflow_impl.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ mkdir -p artifacts
1717

1818
# NB: The certs are set up and cleaned up in unconditional build steps before
1919
# and after this build step.
20-
ENGFLOW_FLAGS="--config engflow --config crosslinux \
21-
--jobs 400 --tls_client_certificate=/home/agent/engflow/engflow.crt \
22-
--tls_client_key=/home/agent/engflow/engflow.key"
20+
ENGFLOW_FLAGS="--config engflowpublic --config crosslinux \
21+
--jobs 400 --tls_client_certificate=/home/agent/engflow/engflowpublic.crt \
22+
--tls_client_key=/home/agent/engflow/engflowpublic.key \
23+
--remote_execution_priority=-2"
2324

2425
BES_KEYWORDS_ARGS=
2526
if [ ! -z "${EXTRA_ISSUE_PARAMS:+$EXTRA_ISSUE_PARAMS}" ]
@@ -41,7 +42,7 @@ bazel test //pkg:all_tests $ENGFLOW_FLAGS --remote_download_minimal \
4142
bazel build //pkg/cmd/bazci/process-bep-file $ENGFLOW_FLAGS --bes_keywords helper-binary
4243
_bazel/bin/pkg/cmd/bazci/process-bep-file/process-bep-file_/process-bep-file \
4344
-eventsfile artifacts/eventstream \
44-
-cert /home/agent/engflow/engflow.crt -key /home/agent/engflow/engflow.key \
45+
-cert /home/agent/engflow/engflowpublic.crt -key /home/agent/engflow/engflowpublic.key \
4546
-extra "${EXTRA_ISSUE_PARAMS:+$EXTRA_ISSUE_PARAMS}" \
4647
-jsonoutfile test-results.json
4748

0 commit comments

Comments
 (0)