Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
120555: roachprod: fix T2A validation r=srosenberg a=renatolabs Roachprod tries to validate that the region we're a creating a cluster in is valid when creating ARM instances; that is because those are only available in certain GCE zones[^1]. The validation, however, was wrong when the user actually provided a `gce-zones` flag: it would try to verify that _every_ supported zone matched the one provided, which is obviously impossible. In this commit, we fix the validation logic and update the list of supported zones with the most recent data from the GCE documentation. [^1]: https://cloud.google.com/compute/docs/regions-zones#available Epic: none Release note: None Co-authored-by: Renato Costa <[email protected]>
- Loading branch information