pgsql: ci: Make compute resources for CI configurable

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ci: Make compute resources for CI configurable
Date: 2023-08-23 22:16:16
Message-ID: E1qYw99-000Xyy-OD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ci: Make compute resources for CI configurable

See prior commit for an explanation for the goal of the change and why it had
to be split into two commits.

Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Reviewed-by: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
Discussion: https://postgr.es/m/20230808021541.7lbzdefvma7qmn3w@awork3.anarazel.de
Backpatch: 15-, where CI support was added

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e8a8cd05d4b9533cf5bff0f4a4ee83a40df62875

Modified Files
--------------
.cirrus.tasks.yml | 45 ---------------------------------
.cirrus.yml | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++
src/tools/ci/README | 17 +++++++++++++
3 files changed, 90 insertions(+), 45 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2023-08-23 22:34:17 pgsql: Meson: check for pg_config_paths.h left over from make
Previous Message Nathan Bossart 2023-08-23 21:23:08 pgsql: Bump catversion for to_bin() and to_oct().