Skip to content

Commit 1e8f54e

Browse files
committed
dashboard: expect 1 windows-arm64-mini host.
This will make the dashboard view more consistent. For golang/go#42604 Change-Id: I90991c9e6c7ba5fc781c6ea1259593048156ca79 Reviewed-on: https://go-review.googlesource.com/c/build/+/333076 Trust: Alexander Rakoczy <[email protected]> Run-TryBot: Alexander Rakoczy <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Carlos Amedee <[email protected]>
1 parent 592c098 commit 1e8f54e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dashboard/builders.go

+1
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ var Hosts = map[string]*HostConfig{
472472
env: []string{"GOARCH=arm64"},
473473
goBootstrapURLTmpl: "https://storage.googleapis.com/$BUCKET/gobootstrap-windows-arm64-f22ec5.tar.gz",
474474
IsReverse: true,
475+
ExpectNum: 1,
475476
},
476477
"host-darwin-10_12": &HostConfig{
477478
IsReverse: true,

0 commit comments

Comments
 (0)