Skip to content

Commit

Permalink
roachprod: set azure default location westus2
Browse files Browse the repository at this point in the history
`westus` does not support availability zones, but
`westus2` does. Over 20 roachtests use az.

Epic: CC-25185
Release note: none
  • Loading branch information
Miral Gadani committed Oct 6, 2023
1 parent 11a8535 commit c86c4f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/roachprod/vm/azure/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ type ProviderOpts struct {
DiskCaching string
}

// These default locations support availability zones. At the time of
// this comment, `westus` did not.
var defaultLocations = []string{
"eastus",
"westus",
"westus2",
"westeurope",
}

Expand Down

0 comments on commit c86c4f1

Please sign in to comment.