pgsql: ci: Move execution method of tasks into yaml templates

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ci: Move execution method of tasks into yaml templates
Date: 2023-08-23 20:36:54
Message-ID: E1qYuaz-000X9a-US@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ci: Move execution method of tasks into yaml templates

This is done in preparation for making the compute resources for CI
configurable. It also looks cleaner.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/119ee6ab1b0081e339cac08d18ae625fcc77bcd1

Modified Files
--------------
.cirrus.yml | 85 +++++++++++++++++++++++++++++++++++++++++--------------------
1 file changed, 57 insertions(+), 28 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2023-08-23 21:22:33 pgsql: Cache by-reference missing values in a long lived context
Previous Message David Rowley 2023-08-23 20:31:02 Re: pgsql: Add to_bin() and to_oct().