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:
parent
a7be953466
commit
0d5881e51c
|
@ -42,6 +42,7 @@ var ignoreFailure = map[string]bool{
|
||||||
"netbsd-arm-rpi": true,
|
"netbsd-arm-rpi": true,
|
||||||
"solaris-amd64-smartos": true,
|
"solaris-amd64-smartos": true,
|
||||||
"solaris-amd64-solaris11": true,
|
"solaris-amd64-solaris11": true,
|
||||||
|
"plan9-amd64-aram": true,
|
||||||
}
|
}
|
||||||
|
|
||||||
// notifyOnFailure checks whether the supplied Commit or the subsequent
|
// notifyOnFailure checks whether the supplied Commit or the subsequent
|
||||||
|
|
Loading…
Reference in New Issue