Skip to content

Commit 9769c41

Browse files
committed
dashboard: update expectations for windows-arm64 builders
Update the expected number of reverse buildlets to describe the current state more accurately. Update the windows-arm64 alias to point to windows-arm64-11, since it's more available and used for most recent releases. For golang/go#51546. Updates golang/go#47019. Change-Id: I5ae1a764efd21da4155ab002f20ad974b098b023 Reviewed-on: https://go-review.googlesource.com/c/build/+/391136 Reviewed-by: Carlos Amedee <[email protected]> Trust: Dmitri Shuralyov <[email protected]>
1 parent 31ecc59 commit 9769c41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dashboard/builders.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ var slowBotAliases = map[string]string{
9898
"windows-386": "windows-386-2008",
9999
"windows-amd64": "windows-amd64-2016",
100100
"windows-arm": "windows-arm-zx2c4",
101-
"windows-arm64": "windows-arm64-10",
101+
"windows-arm64": "windows-arm64-11",
102102
}
103103

104104
// Builders are the different build configurations.
@@ -430,7 +430,7 @@ var Hosts = map[string]*HostConfig{
430430
},
431431
"host-windows-arm64-zx2c4": &HostConfig{
432432
IsReverse: true,
433-
ExpectNum: 1,
433+
ExpectNum: 0,
434434
Owners: []*gophers.Person{gh("zx2c4")},
435435
env: []string{"GOROOT_BOOTSTRAP=C:\\Program Files (Arm)\\Go"},
436436
},
@@ -439,14 +439,14 @@ var Hosts = map[string]*HostConfig{
439439
buildletURLTmpl: "http://storage.googleapis.com/$BUCKET/buildlet.windows-arm64",
440440
goBootstrapURLTmpl: "https://storage.googleapis.com/$BUCKET/gobootstrap-windows-arm64-f22ec5.tar.gz",
441441
IsReverse: true,
442-
ExpectNum: 6,
442+
ExpectNum: 2,
443443
},
444444
"host-windows11-arm64-mini": &HostConfig{
445445
Notes: "macOS hosting Windows 11 in qemu with HVM acceleration.",
446446
buildletURLTmpl: "http://storage.googleapis.com/$BUCKET/buildlet.windows-arm64",
447447
goBootstrapURLTmpl: "https://storage.googleapis.com/$BUCKET/gobootstrap-windows-arm64-f22ec5.tar.gz",
448448
IsReverse: true,
449-
ExpectNum: 1,
449+
ExpectNum: 5,
450450
},
451451
"host-darwin-10_12": &HostConfig{
452452
IsReverse: true,

0 commit comments

Comments
 (0)