go.tools/dashboard: silence notifications from netbsd-amd64-bsiegert
It is a flaky builder. LGTM=dave R=golang-codereviews, dave CC=golang-codereviews https://golang.org/cl/155620047
This commit is contained in:
parent
db0461cf4c
commit
501f6851f9
|
@ -38,6 +38,7 @@ const (
|
||||||
var ignoreFailure = map[string]bool{
|
var ignoreFailure = map[string]bool{
|
||||||
"dragonfly-386": true,
|
"dragonfly-386": true,
|
||||||
"dragonfly-amd64": true,
|
"dragonfly-amd64": true,
|
||||||
|
"netbsd-amd64-bsiegert": true,
|
||||||
"netbsd-arm-rpi": true,
|
"netbsd-arm-rpi": true,
|
||||||
"solaris-amd64-smartos": true,
|
"solaris-amd64-smartos": true,
|
||||||
"solaris-amd64-solaris11": true,
|
"solaris-amd64-solaris11": true,
|
||||||
|
|
Loading…
Reference in New Issue