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

Commit 2d2f083

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 1360943 commit 2d2f083

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)