Change RHEL8 image name to match changes in ansible-test (#57807)

* Change RHEL8 image name to match changes in ansible-test

Continue to use the beta version of RHEL 8 until we fix tests that are breaking with the GA version.

* Skip ufw integration test on RHEL 8 Beta
pull/57869/head
Sam Doran 5 years ago committed by Matt Clay
parent 4f61654fc5
commit 84075fe351

@ -66,7 +66,7 @@ matrix:
- env: T=osx/10.11/1
- env: T=rhel/7.6/1
- env: T=rhel/8.0/1
- env: T=rhel/8.0b/1
- env: T=freebsd/11.1/1
- env: T=freebsd/12.0/1
- env: T=linux/centos6/1
@ -80,7 +80,7 @@ matrix:
- env: T=osx/10.11/2
- env: T=rhel/7.6/2
- env: T=rhel/8.0/2
- env: T=rhel/8.0b/2
- env: T=freebsd/11.1/2
- env: T=freebsd/12.0/2
- env: T=linux/centos6/2
@ -94,7 +94,7 @@ matrix:
- env: T=osx/10.11/3
- env: T=rhel/7.6/3
- env: T=rhel/8.0/3
- env: T=rhel/8.0b/3
- env: T=freebsd/11.1/3
- env: T=freebsd/12.0/3
- env: T=linux/centos6/3
@ -108,7 +108,7 @@ matrix:
- env: T=osx/10.11/4
- env: T=rhel/7.6/4
- env: T=rhel/8.0/4
- env: T=rhel/8.0b/4
- env: T=freebsd/11.1/4
- env: T=freebsd/12.0/4
- env: T=linux/centos6/4

@ -2,6 +2,7 @@ shippable/posix/group2
skip/osx
skip/freebsd
skip/rhel8.0
skip/rhel8.0b
skip/docker
needs/root
destructive

@ -2,4 +2,4 @@ freebsd/11.1 python=2.7,3.6 python_dir=/usr/local/bin
freebsd/12.0 python=3.6,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/8.0 python=3.6
rhel/8.0b python=3.6

Loading…
Cancel
Save