Skip to content

Commit 12937cd

Browse files
committed
dashboard: shard linux-amd64-longtest-race and windows-amd64-longtest-newcc builders
Fixes golang/go#56907. Change-Id: Iede30e41588326d6922f95c7c2dc1e837d801cfc Reviewed-on: https://go-review.googlesource.com/c/build/+/452857 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Cherry Mui <[email protected]> Reviewed-by: Bryan Mills <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 71030c6 commit 12937cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dashboard/builders.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1910,6 +1910,7 @@ func init() {
19101910
env: []string{
19111911
"GO_TEST_TIMEOUT_SCALE=5", // Inherited from the longtest builder.
19121912
},
1913+
numTryTestHelpers: 4, // Target time is < 15 min for go.dev/issue/56907.
19131914
})
19141915
addBuilder(BuildConfig{
19151916
Name: "linux-386-longtest",
@@ -2314,7 +2315,8 @@ func init() {
23142315
env: []string{
23152316
"GO_TEST_TIMEOUT_SCALE=5", // give them lots of time
23162317
},
2317-
KnownIssues: []int{35006},
2318+
KnownIssues: []int{35006},
2319+
numTryTestHelpers: 4, // Target time is < 15 min for go.dev/issue/42661.
23182320
})
23192321
addBuilder(BuildConfig{
23202322
Name: "windows-amd64-race",

0 commit comments

Comments
 (0)