commit | 6ff9135a04d9f28964bc9260e63a5f79146dfa75 | [log] [tgz] |
---|---|---|
author | David du Colombier <0intro@gmail.com> | Wed Aug 05 13:52:50 2015 +0200 |
committer | Andrew Gerrand <adg@golang.org> | Wed Aug 05 22:59:41 2015 +0000 |
tree | 849f07e70b831e15f79a42cfdc2c07b4254397d3 | |
parent | 6df8b685ae2d9d9d42cbf96ea0d4c5191a60135f [diff] [blame] |
dashboard: run Plan 9 builder on n1-highcpu-4 Updates golang/go#12032. Change-Id: I7239115b2e0e55f7fc1e5cdf24aa7e314f3bddac Reviewed-on: https://go-review.googlesource.com/13077 Reviewed-by: Andrew Gerrand <adg@golang.org>
diff --git a/dashboard/builders.go b/dashboard/builders.go index 725779e..cf915a8 100644 --- a/dashboard/builders.go +++ b/dashboard/builders.go
@@ -526,7 +526,7 @@ // single-core Plan 9. It will see 2 virtual cores and // only use 1, but we hope that 1 will be more powerful // and we'll stop timing out on tests. - machineType: "n1-highcpu-2", + machineType: "n1-highcpu-4", NumTestHelpers: 5, // slow })