mirror of
https://github.com/ansible/ansible.git
synced 2026-07-28 08:05:22 +02:00
ansible-test - Upgrade to RHEL 9.7 (#86374)
This commit is contained in:
@@ -90,10 +90,10 @@ stages:
|
||||
targets:
|
||||
- name: macOS 15.3
|
||||
test: macos/15.3
|
||||
- name: RHEL 9.6 py39
|
||||
test: rhel/9.6@3.9
|
||||
- name: RHEL 9.6 py312
|
||||
test: rhel/9.6@3.12
|
||||
- name: RHEL 9.7 py39
|
||||
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: FreeBSD 13.5
|
||||
@@ -108,8 +108,8 @@ stages:
|
||||
targets:
|
||||
- name: macOS 15.3
|
||||
test: macos/15.3
|
||||
- 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:
|
||||
@@ -123,8 +123,8 @@ stages:
|
||||
test: alpine/3.22
|
||||
- name: Fedora 42
|
||||
test: fedora/42
|
||||
- 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 24.04
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- ansible-test - Replace RHEL 9.6 remote with 9.7.
|
||||
@@ -7,7 +7,7 @@ freebsd/14.3 python=3.11 python_dir=/usr/local/bin become=su_sudo provider=aws a
|
||||
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.6 python=3.9,3.12 become=sudo provider=aws 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 become=sudo provider=aws arch=x86_64
|
||||
ubuntu/22.04 python=3.10 become=sudo provider=aws arch=x86_64
|
||||
|
||||
Reference in New Issue
Block a user