pgsql: ci: Test NetBSD and OpenBSD

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ci: Test NetBSD and OpenBSD
Date: 2025-02-12 14:40:40
Message-ID: E1tiDuq-006l16-Ac@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ci: Test NetBSD and OpenBSD

NetBSD and OpenBSD Postgres CI images are now generated [1], but aren't yet
utilized for Postgres' CI. This commit adds CI support for them.

For now the tasks will be manually triggered, to save on CI credits.

[1] https://github.com/anarazel/pg-vm-images

Author: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAN55FZ32ySyYa06k9MFd+VY5vHhUyBpvgmJUZae5PihjzaurVg@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
.cirrus.tasks.yml | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++
.cirrus.yml | 10 ++++++
src/tools/ci/README | 2 +-
3 files changed, 103 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-02-12 21:07:50 pgsql: Clean up impenetrable logic in pg_basebackup/receivelog.c.
Previous Message Andres Freund 2025-02-12 13:18:25 pgsql: meson: Fix failure to detect bsd_auth.h presence