ansible-test - Replace RHEL 9.4 with 9.5 (#84526)

pull/84527/head
Matt Clay 12 months ago committed by GitHub
parent 35c4b58c11
commit f552fe2c15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -90,10 +90,10 @@ stages:
targets:
- name: macOS 14.3
test: macos/14.3
- name: RHEL 9.4 py39
test: rhel/9.4@3.9
- name: RHEL 9.4 py312
test: rhel/9.4@3.12
- name: RHEL 9.5 py39
test: rhel/9.5@3.9
- name: RHEL 9.5 py312
test: rhel/9.5@3.12
- name: FreeBSD 13.4
test: freebsd/13.4
- name: FreeBSD 14.1
@ -106,8 +106,8 @@ stages:
targets:
- name: macOS 14.3
test: macos/14.3
- name: RHEL 9.4
test: rhel/9.4
- name: RHEL 9.5
test: rhel/9.5
- name: FreeBSD 13.4
test: freebsd/13.4
- name: FreeBSD 14.1
@ -123,8 +123,8 @@ stages:
test: alpine/3.21
- name: Fedora 41
test: fedora/41
- name: RHEL 9.4
test: rhel/9.4
- name: RHEL 9.5
test: rhel/9.5
- name: Ubuntu 24.04
test: ubuntu/24.04
groups:

@ -2,3 +2,4 @@ minor_changes:
- ansible-test - Replace remote FreeBSD 13.3 with 13.4.
- ansible-test - Replace remote Fedora 40 with 41.
- ansible-test - Replace remote Alpine 3.20 with 3.21.
- ansible-test - Replace remote RHEL 9.4 with 9.5.

@ -7,7 +7,7 @@ freebsd/14.1 python=3.9,3.11 python_dir=/usr/local/bin become=su_sudo provider=a
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 python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64
rhel/9.4 python=3.9,3.12 become=sudo provider=aws arch=x86_64
rhel/9.5 python=3.9,3.12 become=sudo provider=aws arch=x86_64
rhel become=sudo provider=aws arch=x86_64
ubuntu/22.04 python=3.10 become=sudo provider=aws arch=x86_64
ubuntu/24.04 python=3.12 become=sudo provider=aws arch=x86_64

Loading…
Cancel
Save