Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2d2f083

Browse files
committed
ci: macos: Reduce test concurrency
Test performance regresses noticably when using all cores. This is morepronounced with meson than with autoconf, presumably because meson willschedule the "full number" of tests more consistently. 8 seems to workOK.Discussion:https://postgr.es/m/20220927040208.l3shfcidovpzqxfh@awork3.anarazel.deBackpatch: 15-, where CI was introduced
1 parent1360943 commit2d2f083

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎.cirrus.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,10 @@ task:
294294
env:
295295
CPUS:12# always get that much for cirrusci macOS instances
296296
BUILD_JOBS:$CPUS
297-
TEST_JOBS:$CPUS# already fast enough to not be worth tuning
297+
# Test performance regresses noticably when using all cores. 8 seems to
298+
# work OK. See
299+
# https://postgr.es/m/20220927040208.l3shfcidovpzqxfh%40awork3.anarazel.de
300+
TEST_JOBS:8
298301

299302
CIRRUS_WORKING_DIR:${HOME}/pgsql/
300303
CCACHE_DIR:${HOME}/ccache

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp