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

This commit is contained in:
Matt Clay
2026-01-07 15:20:37 -08:00
committed by GitHub
parent 69afa45880
commit 3df8aeed80
4 changed files with 12 additions and 7 deletions
+6 -6
View File
@@ -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 14.3
test: freebsd/14.3
- name: FreeBSD 15.0
@@ -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 15.0
test: freebsd/15.0
groups:
@@ -127,8 +127,8 @@ stages:
test: fedora/42
- 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.6 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