Skip to content

Commit 7692cd0

Browse files
committed
cmd/coordinator: switch to new clusters and network.
For golang/go#48408. Change-Id: I375daab69d97eefae00e5f9ef3eac88fc2f5e8b8 Reviewed-on: https://go-review.googlesource.com/c/build/+/350790 Trust: Heschi Kreinick <[email protected]> Run-TryBot: Heschi Kreinick <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Alexander Rakoczy <[email protected]>
1 parent 6f7df8f commit 7692cd0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

buildenv/envs.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,14 +272,13 @@ var Production = &Environment{
272272
StaticIP: "107.178.219.46",
273273
PreferContainersOnCOS: true,
274274
KubeBuild: KubeConfig{
275-
Zone: "us-central1-f",
275+
Zone: "us-central1-c",
276276
Region: "us-central1",
277277
Name: "buildlets",
278278
},
279279
KubeServices: KubeConfig{
280-
Zone: "us-central1-f",
281280
Region: "us-central1",
282-
Name: "go",
281+
Name: "services",
283282
Namespace: "prod",
284283
},
285284
DashURL: "https://build.golang.org/",

buildlet/gce.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func StartNewVM(creds *google.Credentials, buildEnv *buildenv.Environment, instN
129129
NetworkInterfaces: []*compute.NetworkInterface{
130130
&compute.NetworkInterface{
131131
AccessConfigs: accessConfigs,
132-
Network: prefix + "/global/networks/default",
132+
Network: prefix + "/global/networks/default-vpc",
133133
},
134134
},
135135

0 commit comments

Comments
 (0)