Skip to content

Commit

Permalink
Merge #92778
Browse files Browse the repository at this point in the history
92778: ci: fix stress script syntax r=rickystewart a=healthy-pod

Caught more issues with the script. I will only merge this after testing a run :)

Epic: None
Release note: None

Co-authored-by: healthy-pod <[email protected]>
  • Loading branch information
craig[bot] and healthy-pod committed Dec 1, 2022
2 parents 6350cf5 + 1465c96 commit db71e04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/teamcity/cockroach/nightlies/stress_impl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ GOTESTTIMEOUTSECS=$(($TESTTIMEOUTSECS - 5))
$BAZEL_BIN/pkg/cmd/bazci/bazci_/bazci -- test --config=ci "$TARGET" \
--test_env=COCKROACH_NIGHTLY_STRESS=true \
--test_timeout="$TESTTIMEOUTSECS" \
--test_arg=-test.timeout="${GOTESTTIMEOUTSECS}s"
--test_arg=-test.timeout="${GOTESTTIMEOUTSECS}s" \
--run_under "@com_github_cockroachdb_stress//:stress -bazel -shardable-artifacts 'XML_OUTPUT_FILE=$BAZEL_BIN/pkg/cmd/bazci/bazci_/bazci merge-test-xmls' $STRESSFLAGS" \
--define "gotags=$TAGS" \
--nocache_test_results \
--test_output streamed \
${EXTRA_BAZEL_FLAGS} \
${EXTRA_BAZEL_FLAGS}

0 comments on commit db71e04

Please sign in to comment.