Update tests to use RHEL 7.8. (#68787)

* Update tests to use RHEL 7.8.

Keeping support for RHEL 7.6 since collections are still using it.

* Fix tests for RHEL 7.7+ due to extras repo name change.
This commit is contained in:
Matt Clay 2020-04-08 21:09:52 -07:00 committed by GitHub
parent a513a62536
commit 04edd77c42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 7 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- ansible-test now supports testing against RHEL 7.8 when using the ``--remote`` option.

View file

@ -29,7 +29,7 @@ matrix:
- env: T=aix/7.2/1 - env: T=aix/7.2/1
- env: T=osx/10.11/1 - env: T=osx/10.11/1
- env: T=rhel/7.6/1 - env: T=rhel/7.8/1
- env: T=rhel/8.1/1 - env: T=rhel/8.1/1
- env: T=freebsd/11.1/1 - env: T=freebsd/11.1/1
- env: T=freebsd/12.1/1 - env: T=freebsd/12.1/1
@ -45,7 +45,7 @@ matrix:
- env: T=aix/7.2/2 - env: T=aix/7.2/2
- env: T=osx/10.11/2 - env: T=osx/10.11/2
- env: T=rhel/7.6/2 - env: T=rhel/7.8/2
- env: T=rhel/8.1/2 - env: T=rhel/8.1/2
- env: T=freebsd/11.1/2 - env: T=freebsd/11.1/2
- env: T=freebsd/12.1/2 - env: T=freebsd/12.1/2
@ -61,7 +61,7 @@ matrix:
- env: T=aix/7.2/3 - env: T=aix/7.2/3
- env: T=osx/10.11/3 - env: T=osx/10.11/3
- env: T=rhel/7.6/3 - env: T=rhel/7.8/3
- env: T=rhel/8.1/3 - env: T=rhel/8.1/3
- env: T=freebsd/11.1/3 - env: T=freebsd/11.1/3
- env: T=freebsd/12.1/3 - env: T=freebsd/12.1/3
@ -77,7 +77,7 @@ matrix:
- env: T=aix/7.2/4 - env: T=aix/7.2/4
- env: T=osx/10.11/4 - env: T=osx/10.11/4
- env: T=rhel/7.6/4 - env: T=rhel/7.8/4
- env: T=rhel/8.1/4 - env: T=rhel/8.1/4
- env: T=freebsd/11.1/4 - env: T=freebsd/11.1/4
- env: T=freebsd/12.1/4 - env: T=freebsd/12.1/4
@ -93,7 +93,7 @@ matrix:
- env: T=aix/7.2/5 - env: T=aix/7.2/5
- env: T=osx/10.11/5 - env: T=osx/10.11/5
- env: T=rhel/7.6/5 - env: T=rhel/7.8/5
- env: T=rhel/8.1/5 - env: T=rhel/8.1/5
- env: T=freebsd/11.1/5 - env: T=freebsd/11.1/5
- env: T=freebsd/12.1/5 - env: T=freebsd/12.1/5
@ -112,7 +112,7 @@ matrix:
- env: T=i/aix/7.2 - env: T=i/aix/7.2
- env: T=i/osx/10.11 - env: T=i/osx/10.11
- env: T=i/rhel/7.6 - env: T=i/rhel/7.8
- env: T=i/rhel/8.1 - env: T=i/rhel/8.1
- env: T=i/freebsd/11.1 - env: T=i/freebsd/11.1
- env: T=i/freebsd/12.1 - env: T=i/freebsd/12.1

View file

@ -12,7 +12,8 @@
name: setup_epel name: setup_epel
- name: Enable extras repository for RHEL on AWS - name: Enable extras repository for RHEL on AWS
command: yum-config-manager --enable rhui-REGION-rhel-server-extras # RHEL 7.6 uses rhui-REGION-rhel-server-extras and RHEL 7.7+ use rhui-rhel-7-server-rhui-extras-rpms
command: yum-config-manager --enable rhui-REGION-rhel-server-extras rhui-rhel-7-server-rhui-extras-rpms
args: args:
warn: no warn: no

View file

@ -2,5 +2,6 @@ freebsd/11.1 python=2.7,3.6 python_dir=/usr/local/bin
freebsd/12.1 python=3.6,2.7 python_dir=/usr/local/bin freebsd/12.1 python=3.6,2.7 python_dir=/usr/local/bin
osx/10.11 python=2.7 python_dir=/usr/local/bin osx/10.11 python=2.7 python_dir=/usr/local/bin
rhel/7.6 python=2.7 rhel/7.6 python=2.7
rhel/7.8 python=2.7
rhel/8.1 python=3.6 rhel/8.1 python=3.6
aix/7.2 python=2.7 httptester=disabled temp-unicode=disabled pip-check=disabled aix/7.2 python=2.7 httptester=disabled temp-unicode=disabled pip-check=disabled