Skip to content

Commit

Permalink
ci: fix stress by passing TARGET env var
Browse files Browse the repository at this point in the history
We used to pass packages but with the recent changes in #92476 we
now pass targets. I added a new env var in the build config
but forgot to pass it here. This fixes the issue that caused
all stress runs to fail in the last nightly.

Epic: None
Release note: None
  • Loading branch information
healthy-pod committed Nov 30, 2022
1 parent 596c25e commit ee361a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/teamcity/cockroach/nightlies/stress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ source "$dir/teamcity-support.sh" # For $root
source "$dir/teamcity-bazel-support.sh" # For run_bazel

tc_start_block "Run stress"
BAZEL_SUPPORT_EXTRA_DOCKER_ARGS="-e BUILD_TAG -e BUILD_VCS_NUMBER -e GITHUB_API_TOKEN -e GITHUB_ORG -e GITHUB_REPO -e TC_BUILDTYPE_ID -e TC_BUILD_BRANCH -e TC_BUILD_ID -e TC_SERVER_URL -e PKG -e TAGS -e STRESSFLAGS -e TESTTIMEOUTSECS -e EXTRA_BAZEL_FLAGS" \
BAZEL_SUPPORT_EXTRA_DOCKER_ARGS="-e BUILD_TAG -e BUILD_VCS_NUMBER -e GITHUB_API_TOKEN -e GITHUB_ORG -e GITHUB_REPO -e TC_BUILDTYPE_ID -e TC_BUILD_BRANCH -e TC_BUILD_ID -e TC_SERVER_URL -e TARGET -e TAGS -e STRESSFLAGS -e TESTTIMEOUTSECS -e EXTRA_BAZEL_FLAGS" \
run_bazel build/teamcity/cockroach/nightlies/stress_impl.sh
tc_end_block "Run stress"

0 comments on commit ee361a8

Please sign in to comment.