dashboard: remove vetall, update misc-compile builders
Updates golang/go#31916
Change-Id: I38c08955bdb4ff2b0963d5c91c6e8f78267b8004
Reviewed-on: https://go-review.googlesource.com/c/build/+/176599
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
diff --git a/dashboard/builders_test.go b/dashboard/builders_test.go
index 29ab3ac..57c0a45 100644
--- a/dashboard/builders_test.go
+++ b/dashboard/builders_test.go
@@ -89,7 +89,10 @@
"linux-386",
"linux-amd64",
"linux-amd64-race",
- "misc-compile",
+ "misc-compile-other",
+ "misc-compile-darwin",
+ "misc-compile-linuxarm",
+ "misc-compile-solaris",
"misc-compile-freebsd",
"misc-compile-mips",
"misc-compile-nacl",
@@ -97,7 +100,6 @@
"misc-compile-openbsd",
"misc-compile-plan9",
"misc-compile-ppc",
- "misc-vet-vetall",
"nacl-amd64p32",
"openbsd-amd64-64",
"windows-386-2008",
@@ -114,14 +116,17 @@
"linux-386",
"linux-amd64",
"linux-amd64-race",
- "misc-compile",
+ "misc-compile-darwin",
"misc-compile-freebsd",
+ "misc-compile-linuxarm",
"misc-compile-mips",
"misc-compile-nacl",
"misc-compile-netbsd",
"misc-compile-openbsd",
+ "misc-compile-other",
"misc-compile-plan9",
"misc-compile-ppc",
+ "misc-compile-solaris",
"nacl-amd64p32",
"openbsd-amd64-64",
"windows-386-2008",
@@ -262,10 +267,6 @@
{b("linux-amd64", "net"), both},
{b("linux-amd64", "sys"), both},
- {b("misc-vet-vetall", "go"), both},
- {b("misc-vet-vetall@go1.11", "go"), none},
- {b("misc-vet-vetall@go1.12", "go"), none},
-
// Don't test all subrepos on all the builders.
{b("linux-amd64-ssacheck", "net"), none},
{b("linux-amd64-ssacheck@go1.10", "net"), none},