From 818b91e9f2d469394c91b756301bb41f11384047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aram=20H=C4=83v=C4=83rneanu?= Date: Mon, 27 Oct 2014 17:31:13 +0100 Subject: [PATCH] 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 --- dashboard/app/build/notify.go | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/dashboard/app/build/notify.go b/dashboard/app/build/notify.go index 86c12aedf4..abb5ef1a74 100644 --- a/dashboard/app/build/notify.go +++ b/dashboard/app/build/notify.go @@ -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