Skip to content

Commit

Permalink
dashboard: set netbsd-arm{,64} builders to 0 expected
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
bsiegert authored and gopherbot committed Nov 4, 2024
1 parent 63da029 commit 60c7972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboard/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,12 +467,12 @@ var Hosts = map[string]*HostConfig{
},
"host-netbsd-arm-bsiegert": {
IsReverse: true,
ExpectNum: 1,
ExpectNum: 0, // was 1 before migration to LUCI
Owners: []*gophers.Person{gh("bsiegert")},
},
"host-netbsd-arm64-bsiegert": {
IsReverse: true,
ExpectNum: 1,
ExpectNum: 0, // was 1 before migration to LUCI
Owners: []*gophers.Person{gh("bsiegert")},
},
"host-openbsd-386-72": {
Expand Down

0 comments on commit 60c7972

Please sign in to comment.