Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b507a7a

Browse files
committed
ci: macos: Reduce test concurrency
Test performance regresses noticably when using all cores. This is more pronounced with meson than with autoconf, presumably because meson will schedule the "full number" of tests more consistently. 8 seems to work OK. Discussion: https://postgr.es/m/20220927040208.l3shfcidovpzqxfh@awork3.anarazel.de Backpatch: 15-, where CI was introduced
1 parent 64b431d commit b507a7a

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)