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
1 changed files with 5 additions and 7 deletions

View File

@ -40,8 +40,6 @@ var ignoreFailure = map[string]bool{
"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,
"solaris-amd64-solaris11": true,
"plan9-amd64-aram": true, "plan9-amd64-aram": true,
} }