From 1465c96561200f6f29b2502d88171d6b5dc92025 Mon Sep 17 00:00:00 2001 From: healthy-pod Date: Wed, 30 Nov 2022 14:40:06 -0800 Subject: [PATCH] ci: fix stress script syntax Caught more issues with the script. I will only merge this after testing a run :) Epic: None Release note: None --- build/teamcity/cockroach/nightlies/stress_impl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/teamcity/cockroach/nightlies/stress_impl.sh b/build/teamcity/cockroach/nightlies/stress_impl.sh index 134269dace42..b907098d674d 100755 --- a/build/teamcity/cockroach/nightlies/stress_impl.sh +++ b/build/teamcity/cockroach/nightlies/stress_impl.sh @@ -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}