From 968c2a1d60023b9efd6d1ef28a566637d303da2c Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 7 Jan 2015 21:01:08 -0800 Subject: [PATCH] dashboard/coordinator: rename plan9 builder to plan9-386-gcepartial ... because it's not running all the tests. Updates golang/go#9491 Change-Id: I2f3e8d1c2cba1b014d59cd3adfe5e04bd5f74dae Reviewed-on: https://go-review.googlesource.com/2524 Reviewed-by: Andrew Gerrand --- dashboard/coordinator/main.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dashboard/coordinator/main.go b/dashboard/coordinator/main.go index abebd6f1..e31aad2e 100644 --- a/dashboard/coordinator/main.go +++ b/dashboard/coordinator/main.go @@ -210,7 +210,12 @@ func main() { machineType: "n1-highcpu-2", }) addBuilder(buildConfig{ - name: "plan9-386-gce", + // It's named "partial" because the buildlet sets + // GOTESTONLY=std to stop after the "go test std" + // tests because it's so slow otherwise. + // TODO(braditz): move that env variable to the + // coordinator and into this config. + name: "plan9-386-gcepartial", vmImage: "plan9-386", // We *were* using n1-standard-1 because Plan 9 can only // reliably use a single CPU. Using 2 or 4 and we see