ansible-test - Replace FreeBSD 14.0 with 14.1 (#83477)

pull/83480/head
Matt Clay 1 year ago committed by GitHub
parent c93af4e148
commit a121a169e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -85,8 +85,8 @@ stages:
test: rhel/9.4@3.12 test: rhel/9.4@3.12
- name: FreeBSD 13.3 - name: FreeBSD 13.3
test: freebsd/13.3 test: freebsd/13.3
- name: FreeBSD 14.0 - name: FreeBSD 14.1
test: freebsd/14.0 test: freebsd/14.1
groups: groups:
- 1 - 1
- 2 - 2
@ -99,8 +99,8 @@ stages:
test: rhel/9.4 test: rhel/9.4
- name: FreeBSD 13.3 - name: FreeBSD 13.3
test: freebsd/13.3 test: freebsd/13.3
- name: FreeBSD 14.0 - name: FreeBSD 14.1
test: freebsd/14.0 test: freebsd/14.1
groups: groups:
- 3 - 3
- 4 - 4

@ -4,3 +4,4 @@ minor_changes:
- ansible-test - Replace Ubuntu 20.04 container with Ubuntu 24.04 container. - ansible-test - Replace Ubuntu 20.04 container with Ubuntu 24.04 container.
- ansible-test - Add Ubuntu 24.04 remote. - ansible-test - Add Ubuntu 24.04 remote.
- ansible-test - Replace RHEL 9.3 remote with RHEL 9.4. - ansible-test - Replace RHEL 9.3 remote with RHEL 9.4.
- ansible-test - Replace FreeBSD 14.0 remote with FreeBSD 14.1.

@ -3,7 +3,7 @@ alpine become=doas_sudo provider=aws arch=x86_64
fedora/40 python=3.12 become=sudo provider=aws arch=x86_64 fedora/40 python=3.12 become=sudo provider=aws arch=x86_64
fedora become=sudo provider=aws arch=x86_64 fedora become=sudo provider=aws arch=x86_64
freebsd/13.3 python=3.9,3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64 freebsd/13.3 python=3.9,3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
freebsd/14.0 python=3.9,3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64 freebsd/14.1 python=3.9,3.11 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 freebsd python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
macos/14.3 python=3.11 python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64 macos/14.3 python=3.11 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 macos python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64

@ -176,10 +176,10 @@ bootstrap_remote_freebsd()
cryptography_pkg="" # not available cryptography_pkg="" # not available
pyyaml_pkg="" # not available pyyaml_pkg="" # not available
;; ;;
14.0/3.9) 14.1/3.9)
# defaults above 'just work'TM # defaults above 'just work'TM
;; ;;
14.0/3.11) 14.1/3.11)
cryptography_pkg="" # not available cryptography_pkg="" # not available
jinja2_pkg="" # not available jinja2_pkg="" # not available
pyyaml_pkg="" # not available pyyaml_pkg="" # not available

Loading…
Cancel
Save