1
0
mirror of https://github.com/golang/go synced 2024-11-18 16:04:44 -07:00

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
This commit is contained in:
Andrew Gerrand 2014-10-27 20:56:27 +11:00
parent a7be953466
commit 0d5881e51c

View File

@ -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