Skip to content

Commit

Permalink
buildenv: remove zone without ARM machine types
Browse files Browse the repository at this point in the history
ARM machines are not available in the us-central1-c zone. This removes
this zone from the configuration.
https://cloud.google.com/compute/docs/regions-zones

For golang/go#53851

Change-Id: Ic30ef617c239c073fa60554a86c832e34e5a4fe1
Reviewed-on: https://go-review.googlesource.com/c/build/+/453658
TryBot-Result: Gopher Robot <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Run-TryBot: Carlos Amedee <[email protected]>
Reviewed-by: Carlos Amedee <[email protected]>
Auto-Submit: Carlos Amedee <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
  • Loading branch information
cagedmantis authored and gopherbot committed Nov 28, 2022
1 parent 7eab326 commit d872bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildenv/envs.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ var Production = &Environment{
GoProjectName: "golang-org",
IsProd: true,
VMRegion: "us-central1",
VMZones: []string{"us-central1-a", "us-central1-b", "us-central1-c", "us-central1-f"},
VMZones: []string{"us-central1-a", "us-central1-b", "us-central1-f"},
StaticIP: "107.178.219.46",
KubeServices: KubeConfig{
Region: "us-central1",
Expand Down

0 comments on commit d872bf2

Please sign in to comment.