diff options
author | Andres Freund <andres@anarazel.de> | 2023-08-23 12:30:11 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2023-08-23 12:30:11 -0700 |
commit | 89daa5ae307a56017ce47e7dc652284ce547012a (patch) | |
tree | e30ab77bdd01832c5ce0a4305e59336adb0fb9fa | |
parent | f4f63577b665f85916c8ec85ec70b7fd8a8cad1d (diff) |
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.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 706b42c795b..280948bcc7c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -55,7 +55,6 @@ task: image: family/pg-ci-freebsd-13 platform: freebsd cpu: $CPUS - memory: 4G disk: 50 sysinfo_script: | @@ -166,7 +165,6 @@ task: image: family/pg-ci-bullseye platform: linux cpu: $CPUS - memory: 4G ccache_cache: folder: ${CCACHE_DIR} @@ -392,7 +390,6 @@ task: image: family/pg-ci-windows-ci-vs-2019 platform: windows cpu: $CPUS - memory: 4G sysinfo_script: | chcp |