Skip to content

Commit

Permalink
dashboard/coordinator: rename plan9 builder to plan9-386-gcepartial
Browse files Browse the repository at this point in the history
... 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 <[email protected]>
  • Loading branch information
bradfitz committed Jan 9, 2015
1 parent 727ecd5 commit 968c2a1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dashboard/coordinator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 968c2a1

Please sign in to comment.