aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2025-02-12 09:40:07 -0500
committerAndres Freund <andres@anarazel.de>2025-02-12 09:40:07 -0500
commite291573534237c154609f320d774ef293c0cd2ee (patch)
treee074ca647a5d0818f5c6f360f320a879d0e5972c /src
parentb64d83115cba32b3baf7bd985fc628efbc2dbc3b (diff)
downloadpostgresql-e291573534237c154609f320d774ef293c0cd2ee.tar.gz
postgresql-e291573534237c154609f320d774ef293c0cd2ee.zip
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@gmail.com> Discussion: https://postgr.es/m/CAN55FZ32ySyYa06k9MFd+VY5vHhUyBpvgmJUZae5PihjzaurVg@mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r--src/tools/ci/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/ci/README b/src/tools/ci/README
index 30ddd200c96..12c1e7c308f 100644
--- a/src/tools/ci/README
+++ b/src/tools/ci/README
@@ -61,7 +61,7 @@ Controlling CI via commit messages
The behavior of CI can be controlled by special content in commit
messages. Currently the following controls are available:
-- ci-os-only: {(freebsd|linux|macos|windows|mingw)}
+- ci-os-only: {(freebsd|linux|macos|mingw|netbsd|openbsd|windows)}
Only runs CI on operating systems specified. This can be useful when
addressing portability issues affecting only a subset of platforms.