Skip to content

Commit

Permalink
build: allow overriding TESTS for roachtest CI job
Browse files Browse the repository at this point in the history
This allows us to invoke the roachtest CI jobs with an overridden TESTS
variable.

Release note: None
  • Loading branch information
tbg committed Jun 30, 2022
1 parent 0917fdc commit 240870a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/teamcity/util/roachtest_util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ trap upload_stats EXIT
# Set up the parameters for the roachtest invocation.
PARALLELISM=16
CPUQUOTA=1024
TESTS=""
TESTS="${TESTS-}"
case "${CLOUD}" in
gce)
;;
Expand Down

0 comments on commit 240870a

Please sign in to comment.