From 0d5881e51cdf85e66343d0c4dbf29a77e064cc76 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Mon, 27 Oct 2014 20:56:27 +1100 Subject: [PATCH] go.tools/dashboard: don't notify on failures from flaky plan9 builder LGTM=dvyukov R=golang-codereviews, dvyukov CC=golang-codereviews https://golang.org/cl/157580043 --- 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 cdf5f528..86c12aed 100644 --- a/dashboard/app/build/notify.go +++ b/dashboard/app/build/notify.go @@ -42,6 +42,7 @@ var ignoreFailure = map[string]bool{ "netbsd-arm-rpi": true, "solaris-amd64-smartos": true, "solaris-amd64-solaris11": true, + "plan9-amd64-aram": true, } // notifyOnFailure checks whether the supplied Commit or the subsequent