Skip to content

Commit

Permalink
Merge pull request #140706 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-25.1.0-rc-140675

release-25.1.0-rc: ci/roachtest: fix typo in roachtest nightly wrapper
  • Loading branch information
srosenberg authored Feb 8, 2025
2 parents 8395437 + 60540c7 commit e32dca7
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 e32dca7

Please sign in to comment.