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:
parent
727ecd5ac4
commit
968c2a1d60
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue