ansible-test - Replace FreeBSD 13.5 with 15.0 (#86385)

* ansible-test - Replace FreeBSD 13.5 with 15.0

* Update Kerberos hack for FreeBSD 15
This commit is contained in:
Matt Clay 2026-01-07 13:45:42 -08:00 committed by GitHub
parent 5446d7333b
commit 69afa45880
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 4 deletions

View file

@ -96,10 +96,10 @@ stages:
test: rhel/9.7@3.12
- name: RHEL 10.0
test: rhel/10.0
- name: FreeBSD 13.5
test: freebsd/13.5
- name: FreeBSD 14.3
test: freebsd/14.3
- name: FreeBSD 15.0
test: freebsd/15.0
groups:
- 1
- 2
@ -112,6 +112,8 @@ stages:
test: rhel/9.7
- name: RHEL 10.0
test: rhel/10.0
- name: FreeBSD 15.0
test: freebsd/15.0
groups:
- 3
- 4

View file

@ -0,0 +1,2 @@
minor_changes:
- ansible-test - Replace FreeBSD 13.5 remote with 15.0.

View file

@ -8,7 +8,7 @@
# https://github.com/heimdal/heimdal/issues/1224
krb5_openssl_conf: >-
{{
(ansible_facts.os_family == "FreeBSD" and ansible_facts.distribution_major_version == "14") | ternary(
(ansible_facts.os_family == "FreeBSD" and ansible_facts.distribution_major_version in ["14", "15"]) | ternary(
remote_tmp_dir ~ "/openssl_legacy.cnf",
""
)

View file

@ -2,8 +2,8 @@ alpine/3.23 python=3.12 become=doas_sudo provider=aws arch=x86_64
alpine become=doas_sudo provider=aws arch=x86_64
fedora/42 python=3.13 become=sudo provider=aws arch=x86_64
fedora become=sudo provider=aws arch=x86_64
freebsd/13.5 python=3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
freebsd/14.3 python=3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
freebsd/15.0 python=3.12 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
freebsd python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
macos/15.3 python=3.13 python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64
macos python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64