Skip to content

Commit

Permalink
ci/roachtest: fix typo in roachtest nightly wrapper
Browse files Browse the repository at this point in the history
Previous PR [1] had a typo which caused
RC runs to fail due to using an
invalid CLI arg.

[1] #137653

Epic: none

Release note: None
  • Loading branch information
srosenberg committed Feb 7, 2025
1 parent 8395437 commit 60540c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ elif [[ "${TC_BUILD_BRANCH}" =~ ${release_branch_regex}\.[0-9]{1,2}-rc$ ]]; then
# NOTE: in the future, instead of choosing the tests randomly as we
# do here, we plan to utilize a smarter test selection strategy (see
# #119630).
select_probability="--select_probability=0.4"
select_probability="--select-probability=0.4"
elif [[ "${TC_BUILD_BRANCH}" =~ ^release- && "${ROACHTEST_FORCE_RUN_INVALID_RELEASE_BRANCH}" != "true" ]]; then
# The only valid release branches are the ones handled above. That
# said, from time to time we might have cases where a branch with
Expand Down

0 comments on commit 60540c7

Please sign in to comment.