Skip to content

Commit a747220

Browse files
cagedmantisgopherbot
authored andcommitted
dashboard: updates host-windows-amd64-2016 variants
This change updates the image used by the host-windows-amd64-2016 variants. The startup.ps1 was updated with the changes introduced in CL 503836. Updates golang/go#52108 Change-Id: I96d5b09309bb33b8c0181e189e6c0c36cad333ce Reviewed-on: https://go-review.googlesource.com/c/build/+/506895 Run-TryBot: Carlos Amedee <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]> Auto-Submit: Carlos Amedee <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 7c638f1 commit a747220

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
@@ -587,11 +587,11 @@ var Hosts = map[string]*HostConfig{
587587
SSHUsername: "gopher",
588588
},
589589
"host-windows-amd64-2016": {
590-
VMImage: "windows-amd64-server-2016-v8",
590+
VMImage: "windows-amd64-server-2016-v9",
591591
SSHUsername: "gopher",
592592
},
593593
"host-windows-amd64-2016-big": {
594-
VMImage: "windows-amd64-server-2016-v8",
594+
VMImage: "windows-amd64-server-2016-v9",
595595
machineType: "e2-standard-16",
596596
SSHUsername: "gopher",
597597
},

0 commit comments

Comments
 (0)