pgsql: ci: Simplify ci-os-only handling - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: ci: Simplify ci-os-only handling
Date
Msg-id E1umctG-000Z7l-0c@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
ci: Simplify ci-os-only handling

Handle 'ci-os-only' occurrences in the .cirrus.star file instead of
.cirrus.tasks.yml file. Now, 'ci-os-only' occurrences are controlled
from one central place instead of dealing with them in each task.

Author: Andres Freund <andres@anarazel.de>
Reviewed-by: Nazir Bilal Yavuz <byavuz81@gmail.com>
Discussion: https://postgr.es/m/20240413021221.hg53rvqlvldqh57i%40awork3.anarazel.de
Backpatch: 15-, where CI support was added

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/73f107b54ec6ecd865acd2ce0befb52f7bb883da

Modified Files
--------------
.cirrus.star      | 38 +++++++++++++++++++++++++++++++++++++-
.cirrus.tasks.yml | 17 ++++++++---------
2 files changed, 45 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: ci: Per-repo configuration for manually trigger tasks
Next
From: Michael Paquier
Date:
Subject: pgsql: Add SQL test for TOAST value allocations on rewrite