Skip to content

Commit 68f76d8

Browse files
bradfitzandybons
authored andcommitted
dashboard: rebuild FreeBSD VM to avoid 10 second boot prompt
FreeBSD VMs boot up 10 seconds faster now, and shut down faster. Updates golang/go#22894 Updates golang/go#22895 Change-Id: I8eef979fc43d95d3c03104a761e70ec5737a3a97 Reviewed-on: https://go-review.googlesource.com/80304 Reviewed-by: Andrew Bonventre <[email protected]>
1 parent 08c7825 commit 68f76d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dashboard/builders.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ var Hosts = map[string]*HostConfig{
144144
SSHUsername: "gopher",
145145
},
146146
"host-freebsd-10_3": &HostConfig{
147-
VMImage: "freebsd-amd64-103",
147+
VMImage: "freebsd-amd64-103-b",
148148
Notes: "FreeBSD 10.3; GCE VM is built from script in build/env/freebsd-amd64",
149149
machineType: "n1-highcpu-4",
150150
buildletURLTmpl: "http://storage.googleapis.com/$BUCKET/buildlet.freebsd-amd64", // TODO(bradfitz): why was this http instead of https?
@@ -153,7 +153,7 @@ var Hosts = map[string]*HostConfig{
153153
SSHUsername: "gopher",
154154
},
155155
"host-freebsd-11_1": &HostConfig{
156-
VMImage: "freebsd-amd64-111",
156+
VMImage: "freebsd-amd64-111-b",
157157
Notes: "FreeBSD 11.1; GCE VM is built from script in build/env/freebsd-amd64",
158158
machineType: "n1-highcpu-4",
159159
buildletURLTmpl: "http://storage.googleapis.com/$BUCKET/buildlet.freebsd-amd64", // TODO(bradfitz): why was this http instead of https?

0 commit comments

Comments
 (0)