dashboard: stop testing x/build on even more builders
Follow up to CL 210378 after looking at:
https://build.golang.org/?repo=golang.org%2fx%2fbuild
Updates golang/go#30640
Change-Id: I81505a9ca2985ffa6e75922665b14ef4de2af860
Reviewed-on: https://go-review.googlesource.com/c/build/+/211100
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
diff --git a/dashboard/builders_test.go b/dashboard/builders_test.go
index 7ce63ec..69f4bc9 100644
--- a/dashboard/builders_test.go
+++ b/dashboard/builders_test.go
@@ -524,6 +524,14 @@
{b("linux-amd64-fedora", "build"), none},
{b("linux-amd64-clang", "build"), none},
{b("linux-amd64-sid", "build"), none},
+ {b("linux-amd64-nocgo", "build"), none},
+ {b("linux-386-longtest", "build"), none},
+ {b("freebsd-386-10_3", "build"), none},
+ {b("freebsd-386-10_4", "build"), none},
+ {b("freebsd-386-11_1", "build"), none},
+ {b("js-wasm", "build"), none},
+ {b("android-386-emu", "build"), none},
+ {b("android-amd64-emu", "build"), none},
// Only use latest macOS for subrepos, and only amd64:
{b("darwin-amd64-10_12", "net"), onlyPost},