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 <adg@golang.org>
This commit is contained in:
Brad Fitzpatrick 2015-01-07 21:01:08 -08:00
parent 727ecd5ac4
commit 968c2a1d60
1 changed files with 6 additions and 1 deletions

View File

@ -210,7 +210,12 @@ func main() {
machineType: "n1-highcpu-2", machineType: "n1-highcpu-2",
}) })
addBuilder(buildConfig{ 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", vmImage: "plan9-386",
// We *were* using n1-standard-1 because Plan 9 can only // We *were* using n1-standard-1 because Plan 9 can only
// reliably use a single CPU. Using 2 or 4 and we see // reliably use a single CPU. Using 2 or 4 and we see