ansible-test - Add RHEL 8.6 support.

pull/77778/head
Matt Clay 2 years ago
parent 8e91403412
commit 449d82a521

@ -90,10 +90,10 @@ stages:
test: macos/12.0
- name: RHEL 7.9
test: rhel/7.9
- name: RHEL 8.5 py36
test: rhel/8.5@3.6
- name: RHEL 8.5 py38
test: rhel/8.5@3.8
- name: RHEL 8.6 py36
test: rhel/8.6@3.6
- name: RHEL 8.6 py38
test: rhel/8.6@3.8
- name: FreeBSD 12.3
test: freebsd/12.3
- name: FreeBSD 13.0
@ -161,10 +161,10 @@ stages:
parameters:
testFormat: i/{0}
targets:
- name: RHEL 8.5 py36
test: rhel/8.5@3.6
- name: RHEL 8.5 py38
test: rhel/8.5@3.8
- name: RHEL 8.6 py36
test: rhel/8.6@3.6
- name: RHEL 8.6 py38
test: rhel/8.6@3.8
- stage: Incidental_Windows
displayName: Incidental Windows
dependsOn: []

@ -0,0 +1,2 @@
minor_changes:
- ansible-test - Add support for RHEL 8.6 remotes.

@ -5,6 +5,7 @@ macos/12.0 python=3.10 python_dir=/usr/local/bin provider=parallels arch=x86_64
macos python_dir=/usr/local/bin provider=parallels arch=x86_64
rhel/7.9 python=2.7 provider=aws arch=x86_64
rhel/8.5 python=3.6,3.8,3.9 provider=aws arch=x86_64
rhel/8.6 python=3.6,3.8,3.9 provider=aws arch=x86_64
rhel provider=aws arch=x86_64
ubuntu/22.04 python=3.10 provider=aws arch=x86_64
ubuntu provider=aws arch=x86_64

Loading…
Cancel
Save