1
0
mirror of https://github.com/golang/go synced 2024-10-01 01:38:33 -06: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
// they are not yet production-ready.
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,
"plan9-amd64-aram": true,
"dragonfly-386": true,
"dragonfly-amd64": true,
"netbsd-amd64-bsiegert": true,
"netbsd-arm-rpi": true,
"plan9-amd64-aram": true,
}
// notifyOnFailure checks whether the supplied Commit or the subsequent