mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
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
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user