Skip to content

Commit 289905a

Browse files
committed
ci: Increase tier 2 max-parallel
We have gained quite a few tier 2 jobs. Increase max-parallel so they don't take quite as long. (backport <#4776>) (cherry picked from commit e3cbac6)
1 parent dca9f7f commit 289905a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
needs: [test_tier1, style_check]
160160
strategy:
161161
fail-fast: true
162-
max-parallel: 12
162+
max-parallel: 16
163163
matrix:
164164
include:
165165
# FIXME(sparc): this takes much longer to run than any other job, put

0 commit comments

Comments
 (0)