We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727ecd5 commit 968c2a1Copy full SHA for 968c2a1
dashboard/coordinator/main.go
@@ -210,7 +210,12 @@ func main() {
210
machineType: "n1-highcpu-2",
211
})
212
addBuilder(buildConfig{
213
- name: "plan9-386-gce",
+ // 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",
219
vmImage: "plan9-386",
220
// We *were* using n1-standard-1 because Plan 9 can only
221
// reliably use a single CPU. Using 2 or 4 and we see
0 commit comments