Skip to content

Commit 968c2a1

Browse files
committed
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 <[email protected]>
1 parent 727ecd5 commit 968c2a1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

dashboard/coordinator/main.go

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,12 @@ func main() {
210210
machineType: "n1-highcpu-2",
211211
})
212212
addBuilder(buildConfig{
213-
name: "plan9-386-gce",
213+
// It's named "partial" because the buildlet sets
214+
// GOTESTONLY=std to stop after the "go test std"
215+
// tests because it's so slow otherwise.
216+
// TODO(braditz): move that env variable to the
217+
// coordinator and into this config.
218+
name: "plan9-386-gcepartial",
214219
vmImage: "plan9-386",
215220
// We *were* using n1-standard-1 because Plan 9 can only
216221
// reliably use a single CPU. Using 2 or 4 and we see

0 commit comments

Comments
 (0)