[stable-2.16] ansible-test - Upgrade to RHEL 9.7 (#86374) (#86379)

(cherry picked from commit 6c024e24b4)
This commit is contained in:
Matt Clay
2026-01-05 18:15:42 -08:00
committed by GitHub
parent e24e169dbb
commit b00b112bbb
3 changed files with 11 additions and 9 deletions
+8 -8
View File
@@ -85,10 +85,10 @@ stages:
test: rhel/8.10@3.6
- name: RHEL 8.10 py311
test: rhel/8.10@3.11
- name: RHEL 9.6 py39
test: rhel/9.6@3.9
- name: RHEL 9.6 py311
test: rhel/9.6@3.11
- name: RHEL 9.7 py39
test: rhel/9.7@3.9
- name: RHEL 9.7 py311
test: rhel/9.7@3.11
- name: RHEL 10.0
test: rhel/10.0
groups:
@@ -99,8 +99,8 @@ stages:
targets:
- name: RHEL 8.10
test: rhel/8.10
- name: RHEL 9.6
test: rhel/9.6
- name: RHEL 9.7
test: rhel/9.7
- name: RHEL 10.0
test: rhel/10.0
groups:
@@ -112,8 +112,8 @@ stages:
targets:
- name: RHEL 8.10
test: rhel/8.10
- name: RHEL 9.6
test: rhel/9.6
- name: RHEL 9.7
test: rhel/9.7
- name: RHEL 10.0
test: rhel/10.0
- name: Ubuntu 22.04
@@ -0,0 +1,2 @@
minor_changes:
- ansible-test - Replace RHEL 9.6 remote with 9.7.
@@ -8,7 +8,7 @@ macos/13.2 python=3.11 python_dir=/usr/local/bin become=sudo provider=parallels
macos python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64
rhel/7.9 python=2.7 become=sudo provider=aws arch=x86_64
rhel/8.10 python=3.6,3.11 become=sudo provider=aws arch=x86_64
rhel/9.6 python=3.9,3.11 become=sudo provider=aws arch=x86_64
rhel/9.7 python=3.9,3.11 become=sudo provider=aws arch=x86_64
rhel/10.0 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