From e291573534237c154609f320d774ef293c0cd2ee Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Wed, 12 Feb 2025 09:40:07 -0500 Subject: 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 Discussion: https://postgr.es/m/CAN55FZ32ySyYa06k9MFd+VY5vHhUyBpvgmJUZae5PihjzaurVg@mail.gmail.com --- src/tools/ci/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3