1
0
mirror of https://github.com/golang/go synced 2024-11-18 18:14:43 -07:00

go.tools/dashboard: remove Solaris builders from flaky builders list

solaris-amd64-solaris11 has been the most stable builder,
by far, over the last 9 months. solaris-amd64-smartos is
stable too and it's our fastest builder.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=adg, dave, golang-codereviews
https://golang.org/cl/163280043
This commit is contained in:
Aram Hăvărneanu 2014-10-27 17:31:13 +01:00
parent 74dcdae16a
commit 818b91e9f2

View File

@ -36,13 +36,11 @@ const (
// ignoreFailure is a set of builders that we don't email about because // ignoreFailure is a set of builders that we don't email about because
// they are not yet production-ready. // they are not yet production-ready.
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-amd64-bsiegert": true,
"netbsd-arm-rpi": true, "netbsd-arm-rpi": true,
"solaris-amd64-smartos": true, "plan9-amd64-aram": 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