Skip to content

Commit 60c7972

Browse files
bsiegertgopherbot
authored andcommitted
dashboard: set netbsd-arm{,64} builders to 0 expected
These are LUCI now. The buildlets won't come back. Part of golang/go#63698. Change-Id: I7e8fb2f1892d2f9e81e69a101e26072c4dd08788 Reviewed-on: https://go-review.googlesource.com/c/build/+/624875 Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 63da029 commit 60c7972

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dashboard/builders.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -467,12 +467,12 @@ var Hosts = map[string]*HostConfig{
467467
},
468468
"host-netbsd-arm-bsiegert": {
469469
IsReverse: true,
470-
ExpectNum: 1,
470+
ExpectNum: 0, // was 1 before migration to LUCI
471471
Owners: []*gophers.Person{gh("bsiegert")},
472472
},
473473
"host-netbsd-arm64-bsiegert": {
474474
IsReverse: true,
475-
ExpectNum: 1,
475+
ExpectNum: 0, // was 1 before migration to LUCI
476476
Owners: []*gophers.Person{gh("bsiegert")},
477477
},
478478
"host-openbsd-386-72": {

0 commit comments

Comments
 (0)