File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
build/teamcity/cockroach/nightlies Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,10 @@ mkdir -p artifacts
17
17
18
18
# NB: The certs are set up and cleaned up in unconditional build steps before
19
19
# 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"
23
24
24
25
BES_KEYWORDS_ARGS=
25
26
if [ ! -z " ${EXTRA_ISSUE_PARAMS: +$EXTRA_ISSUE_PARAMS } " ]
@@ -41,7 +42,7 @@ bazel test //pkg:all_tests $ENGFLOW_FLAGS --remote_download_minimal \
41
42
bazel build //pkg/cmd/bazci/process-bep-file $ENGFLOW_FLAGS --bes_keywords helper-binary
42
43
_bazel/bin/pkg/cmd/bazci/process-bep-file/process-bep-file_/process-bep-file \
43
44
-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 \
45
46
-extra " ${EXTRA_ISSUE_PARAMS: +$EXTRA_ISSUE_PARAMS } " \
46
47
-jsonoutfile test-results.json
47
48
You can’t perform that action at this time.
0 commit comments