Skip to content

Commit ce20899

Browse files
committed
dashboard: bump plan9 GCE image
Includes CL 158597 (enable SMP in Plan 9 image) Updates golang/go#29822 Change-Id: Ic158c5153e79635ff1bc877d5dfb12a98f380d50 Reviewed-on: https://go-review.googlesource.com/c/158541 Reviewed-by: Bryan C. Mills <[email protected]>
1 parent 6478d3e commit ce20899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/builders.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ var Hosts = map[string]*HostConfig{
256256
OwnerGithub: "0intro",
257257
},
258258
"host-plan9-386-gce": &HostConfig{
259-
VMImage: "plan9-386-v7",
259+
VMImage: "plan9-386-v8",
260260
Notes: "Plan 9 from 0intro; GCE VM is built from script in build/env/plan9-386",
261261
buildletURLTmpl: "http://storage.googleapis.com/$BUCKET/buildlet.plan9-386",
262262
goBootstrapURLTmpl: "https://storage.googleapis.com/$BUCKET/gobootstrap-plan9-386.tar.gz",

0 commit comments

Comments
 (0)