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

Commitb507a7a

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 parent64b431d commitb507a7a

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
@@ -226,7 +226,10 @@ task:
226226
env:
227227
CPUS:12# always get that much for cirrusci macOS instances
228228
BUILD_JOBS:$CPUS
229-
TEST_JOBS:$CPUS# already fast enough to not be worth tuning
229+
# Test performance regresses noticably when using all cores. 8 seems to
230+
# work OK. See
231+
# https://postgr.es/m/20220927040208.l3shfcidovpzqxfh%40awork3.anarazel.de
232+
TEST_JOBS:8
230233

231234
CIRRUS_WORKING_DIR:${HOME}/pgsql/
232235
CCACHE_DIR:${HOME}/ccache

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp