1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00

[PR #11631/b4336659 backport][stable-12] CI: Remove FreeBSD 14.3 for devel, and replace macOS 15.3 with 26.3 (#11634)

CI: Remove FreeBSD 14.3 for devel, and replace macOS 15.3 with 26.3 (#11631)

* Replace FreeBSD 14.3 with 14.4, and macOS 15.3 with 26.3.

* FreeBSD 14.4 seems to have the same problem as FreeBSD 15.0, disabling for now.

(cherry picked from commit b4336659f6)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2026-03-21 21:13:57 +01:00 committed by GitHub
parent 08bb917d59
commit 96852b7032
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 4 deletions

View file

@ -189,8 +189,8 @@ stages:
parameters: parameters:
testFormat: devel/{0} testFormat: devel/{0}
targets: targets:
- name: macOS 15.3 - name: macOS 26.3
test: macos/15.3 test: macos/26.3
- name: RHEL 10.1 - name: RHEL 10.1
test: rhel/10.1 test: rhel/10.1
- name: RHEL 9.7 - name: RHEL 9.7
@ -198,8 +198,9 @@ stages:
# TODO: enable this ASAP! # TODO: enable this ASAP!
# - name: FreeBSD 15.0 # - name: FreeBSD 15.0
# test: freebsd/15.0 # test: freebsd/15.0
- name: FreeBSD 14.3 # TODO: enable this ASAP!
test: freebsd/14.3 # - name: FreeBSD 14.4
# test: freebsd/14.4
groups: groups:
- 1 - 1
- 2 - 2
@ -212,6 +213,8 @@ stages:
parameters: parameters:
testFormat: 2.20/{0} testFormat: 2.20/{0}
targets: targets:
- name: macOS 15.3
test: macos/15.3
- name: RHEL 10.1 - name: RHEL 10.1
test: rhel/10.1 test: rhel/10.1
- name: FreeBSD 14.3 - name: FreeBSD 14.3

View file

@ -26,4 +26,5 @@ skip/freebsd14.0 # FIXME
skip/freebsd14.1 # FIXME skip/freebsd14.1 # FIXME
skip/freebsd14.2 # FIXME skip/freebsd14.2 # FIXME
skip/freebsd14.3 # FIXME skip/freebsd14.3 # FIXME
skip/freebsd14.4 # FIXME
skip/freebsd15.0 # FIXME skip/freebsd15.0 # FIXME