ansible-test - add RHEL 8.4 as a remote (#75362)

pull/75370/head
Sloane Hertel 3 years ago committed by GitHub
parent f6b27f6e35
commit 83039a38ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -92,10 +92,10 @@ stages:
test: macos/11.1
- name: RHEL 7.9
test: rhel/7.9
- name: RHEL 8.3 py36
test: rhel/8.3@3.6
- name: RHEL 8.3 py38
test: rhel/8.3@3.8
- name: RHEL 8.4 py36
test: rhel/8.4@3.6
- name: RHEL 8.4 py38
test: rhel/8.4@3.8
- name: FreeBSD 12.2
test: freebsd/12.2
- name: FreeBSD 13.0
@ -173,10 +173,10 @@ stages:
test: macos/11.1
- name: RHEL 7.9
test: rhel/7.9
- name: RHEL 8.3 py36
test: rhel/8.3@3.6
- name: RHEL 8.3 py38
test: rhel/8.3@3.8
- name: RHEL 8.4 py36
test: rhel/8.4@3.6
- name: RHEL 8.4 py38
test: rhel/8.4@3.8
- name: FreeBSD 12.2
test: freebsd/12.2
- name: FreeBSD 13.0

@ -0,0 +1,2 @@
minor_changes:
- ansible-test - Add RHEL 8.4 as a remote.

@ -4,4 +4,5 @@ freebsd/13.0 python=3.7,2.7,3.8,3.9 python_dir=/usr/local/bin
macos/11.1 python=3.9 python_dir=/usr/local/bin
rhel/7.9 python=2.7
rhel/8.3 python=3.6,3.8
rhel/8.4 python=3.6,3.8
aix/7.2 python=2.7 temp-unicode=disabled pip-check=disabled

Loading…
Cancel
Save