Skip to content

Commit 6ff9135

Browse files
0introadg
authored andcommitted
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 <[email protected]>
1 parent 6df8b68 commit 6ff9135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/builders.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ func init() {
526526
// single-core Plan 9. It will see 2 virtual cores and
527527
// only use 1, but we hope that 1 will be more powerful
528528
// and we'll stop timing out on tests.
529-
machineType: "n1-highcpu-2",
529+
machineType: "n1-highcpu-4",
530530

531531
NumTestHelpers: 5, // slow
532532
})

0 commit comments

Comments
 (0)