mirror of
https://github.com/ansible/ansible.git
synced 2026-07-28 08:05:22 +02:00
(cherry picked from commit 3df8aeed80)
This commit is contained in:
@@ -89,8 +89,8 @@ stages:
|
||||
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
|
||||
- name: RHEL 10.1
|
||||
test: rhel/10.1
|
||||
groups:
|
||||
- 1
|
||||
- 2
|
||||
@@ -101,8 +101,8 @@ stages:
|
||||
test: rhel/8.10
|
||||
- name: RHEL 9.7
|
||||
test: rhel/9.7
|
||||
- name: RHEL 10.0
|
||||
test: rhel/10.0
|
||||
- name: RHEL 10.1
|
||||
test: rhel/10.1
|
||||
groups:
|
||||
- 3
|
||||
- 4
|
||||
@@ -114,8 +114,8 @@ stages:
|
||||
test: rhel/8.10
|
||||
- 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 22.04
|
||||
test: ubuntu/22.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:
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ 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.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/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 become=sudo provider=aws arch=x86_64
|
||||
|
||||
Reference in New Issue
Block a user