aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2023-08-23 12:25:56 -0700
committerAndres Freund <andres@anarazel.de>2023-08-23 12:26:12 -0700
commit794e14e219c7997c7f59ea8b7923daee95d2a3a6 (patch)
tree6216c8f798f699e9628d9008a9c213d0f1aeae9e
parent01226c682ce6cc130c1057fcd5b0f24b2b622d39 (diff)
downloadpostgresql-794e14e219c7997c7f59ea8b7923daee95d2a3a6.tar.gz
postgresql-794e14e219c7997c7f59ea8b7923daee95d2a3a6.zip
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
-rw-r--r--.cirrus.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 727c434de40..9e84eb95be5 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -149,7 +149,6 @@ task:
image: family/pg-ci-freebsd-13
platform: freebsd
cpu: $CPUS
- memory: 4G
disk: 50
sysinfo_script: |
@@ -291,7 +290,6 @@ task:
image: family/pg-ci-bullseye
platform: linux
cpu: $CPUS
- memory: 4G
ccache_cache:
folder: ${CCACHE_DIR}
@@ -558,7 +556,6 @@ task:
image: family/pg-ci-windows-ci-vs-2019
platform: windows
cpu: $CPUS
- memory: 4G
setup_additional_packages_script: |
REM choco install -y --no-progress ...
@@ -606,7 +603,6 @@ task:
image: family/pg-ci-windows-ci-mingw64
platform: windows
cpu: $CPUS
- memory: 4G
env:
TEST_JOBS: 4 # higher concurrency causes occasional failures