Skip to content

Commit 794e14e

Browse files
committed
ci: Don't specify amount of memory
The number of CPUs is the cost-determining factor. Most instance types that run tests have more memory/core than what we specified, there's no real benefit in wasting that. Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Discussion: https://postgr.es/m/20230808021541.7lbzdefvma7qmn3w@awork3.anarazel.de Backpatch: 15-, where CI support was added
1 parent 01226c6 commit 794e14e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.cirrus.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ task:
149149
image: family/pg-ci-freebsd-13
150150
platform: freebsd
151151
cpu: $CPUS
152-
memory: 4G
153152
disk: 50
154153

155154
sysinfo_script: |
@@ -291,7 +290,6 @@ task:
291290
image: family/pg-ci-bullseye
292291
platform: linux
293292
cpu: $CPUS
294-
memory: 4G
295293

296294
ccache_cache:
297295
folder: ${CCACHE_DIR}
@@ -558,7 +556,6 @@ task:
558556
image: family/pg-ci-windows-ci-vs-2019
559557
platform: windows
560558
cpu: $CPUS
561-
memory: 4G
562559

563560
setup_additional_packages_script: |
564561
REM choco install -y --no-progress ...
@@ -606,7 +603,6 @@ task:
606603
image: family/pg-ci-windows-ci-mingw64
607604
platform: windows
608605
cpu: $CPUS
609-
memory: 4G
610606

611607
env:
612608
TEST_JOBS: 4 # higher concurrency causes occasional failures

0 commit comments

Comments
 (0)