Skip to content

Commit 983515f

Browse files
committed
chore: document high macos parallelism
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent 9f29ad0 commit 983515f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,8 @@ jobs:
467467
with:
468468
postgres-version: "13"
469469
# Our macOS runners have 8 cores.
470+
# Even though this parallelism seems high, we've observed relatively low flakiness in the past.
471+
# See https://github.com/coder/coder/pull/21091#discussion_r2609891540.
470472
test-parallelism-packages: "8"
471473
test-parallelism-tests: "16"
472474
# By default, run tests with cache for improved speed (possibly at the expense of correctness).

0 commit comments

Comments
 (0)