From c2c2cf49ad408f4baa7c8f64c704065763658c35 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Mon, 17 Nov 2014 11:32:13 +1100 Subject: [PATCH] x/tools/dashboard/app: ignore freebsd-arm failures The previous instance of this change was applied to the release branch. I don't know why the codereview plugin allowed me to do this. Thankfully we won't be using it for much longer. TBR=dfc R=dave CC=golang-codereviews https://golang.org/cl/175870044 --- dashboard/app/build/notify.go | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/app/build/notify.go b/dashboard/app/build/notify.go index 09ed03d8..1a71dd23 100644 --- a/dashboard/app/build/notify.go +++ b/dashboard/app/build/notify.go @@ -38,6 +38,7 @@ const ( var ignoreFailure = map[string]bool{ "dragonfly-386": true, "dragonfly-amd64": true, + "freebsd-arm": true, "netbsd-amd64-bsiegert": true, "netbsd-arm-rpi": true, "plan9-amd64-aram": true,