1
0
mirror of https://github.com/golang/go synced 2024-11-18 18:54:42 -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

@ -40,8 +40,6 @@ var ignoreFailure = map[string]bool{
"dragonfly-amd64": true,
"netbsd-amd64-bsiegert": true,
"netbsd-arm-rpi": true,
"solaris-amd64-smartos": true,
"solaris-amd64-solaris11": true,
"plan9-amd64-aram": true,
}