ansible-test - Replace RHEL 10.0 with 10.1 (#86387) (#86390)

(cherry picked from commit 3df8aeed80)
stable-2.19
Matt Clay 7 days ago committed by GitHub
parent 0373215a22
commit dcf862fad2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -94,8 +94,8 @@ stages:
test: rhel/9.7@3.9
- name: RHEL 9.7 py312
test: rhel/9.7@3.12
- name: RHEL 10.0
test: rhel/10.0
- name: RHEL 10.1
test: rhel/10.1
- name: FreeBSD 13.5
test: freebsd/13.5
- name: FreeBSD 14.2
@ -110,8 +110,8 @@ stages:
test: macos/15.3
- name: RHEL 9.7
test: rhel/9.7
- name: RHEL 10.0
test: rhel/10.0
- name: RHEL 10.1
test: rhel/10.1
- name: FreeBSD 13.5
test: freebsd/13.5
- name: FreeBSD 14.2
@ -129,8 +129,8 @@ stages:
test: fedora/41
- name: RHEL 9.7
test: rhel/9.7
- name: RHEL 10.0
test: rhel/10.0
- name: RHEL 10.1
test: rhel/10.1
- name: Ubuntu 24.04
test: ubuntu/24.04
groups:

@ -1,2 +1,3 @@
minor_changes:
- ansible-test - Replace RHEL 9.5 remote with 9.7.
- ansible-test - Replace RHEL 10.0 remote with 10.1.

@ -1,3 +1,7 @@
- name: Skip RHEL 10.1 until rpm_key has been updated
meta: end_play
when: ansible_distribution == "RedHat" and ansible_distribution_version == "10.1"
- when: ansible_os_family == "RedHat"
block:

@ -8,7 +8,7 @@ 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
rhel/9.7 python=3.9,3.12 become=sudo provider=aws arch=x86_64
rhel/10.0 python=3.12 become=sudo provider=aws arch=x86_64
rhel/10.1 python=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