-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: only pass one zone if geo isn't set
Before: all zones specified either in the clusterSpec or via the --zones flag were added to the roachprod command without regard to whether --geo was set. Why change? Because the way roachprod handled --geo and --[provider]-zones changed. See #43748 . Now: 1. if geo is not set and zones are set (via CLI flag or in the clusterSpec), only the first zone will be passed to roachprod. 2. if geo is set and zones are set (via CLI flag or in the clusterSpec), all zones will be passed to roachprod. Fixes #43898 Release note: None
- Loading branch information
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters