From 501f6851f9e80ad4267c8a0b60e2e311e97f939d Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 22 Oct 2014 11:54:29 +1100 Subject: [PATCH] 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 --- dashboard/app/build/notify.go | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/app/build/notify.go b/dashboard/app/build/notify.go index 293eb67b..cdf5f528 100644 --- a/dashboard/app/build/notify.go +++ b/dashboard/app/build/notify.go @@ -38,6 +38,7 @@ const ( var ignoreFailure = map[string]bool{ "dragonfly-386": true, "dragonfly-amd64": true, + "netbsd-amd64-bsiegert": true, "netbsd-arm-rpi": true, "solaris-amd64-smartos": true, "solaris-amd64-solaris11": true,