ansible-test - Remove deprecated environments.

pull/75752/head
Matt Clay 3 years ago
parent 94410789d1
commit 4652d6ee43

@ -0,0 +1,3 @@
minor_changes:
- ansible-test - Remove deprecated container ``fedora32``.
- ansible-test - Remove deprecated remote platforms ``freebsd/11.4`` and ``rhel/8.3```.

@ -5,7 +5,6 @@ alpine3 image=quay.io/ansible/alpine3-test-container:2.0.2 python=3.8
centos6 image=quay.io/ansible/centos6-test-container:2.0.2 python=2.6 seccomp=unconfined
centos7 image=quay.io/ansible/centos7-test-container:2.0.2 python=2.7 seccomp=unconfined
centos8 image=quay.io/ansible/centos8-test-container:2.0.2 python=3.6 seccomp=unconfined
fedora32 image=quay.io/ansible/fedora32-test-container:2.1.0 python=3.8
fedora33 image=quay.io/ansible/fedora33-test-container:2.1.0 python=3.9
fedora34 image=quay.io/ansible/fedora34-test-container:2.1.0 python=3.9 seccomp=unconfined
opensuse15py2 image=quay.io/ansible/opensuse15py2-test-container:2.0.2 python=2.7

@ -1,11 +1,9 @@
freebsd/11.4 python=2.7,3.7,3.8 python_dir=/usr/local/bin provider=aws
freebsd/12.2 python=3.7,2.7,3.8 python_dir=/usr/local/bin provider=aws
freebsd/13.0 python=3.7,2.7,3.8,3.9 python_dir=/usr/local/bin provider=aws
freebsd python_dir=/usr/local/bin provider=aws
macos/11.1 python=3.9 python_dir=/usr/local/bin provider=parallels
macos python_dir=/usr/local/bin provider=parallels
rhel/7.9 python=2.7 provider=aws
rhel/8.3 python=3.6,3.8 provider=aws
rhel/8.4 python=3.6,3.8 provider=aws
rhel provider=aws
aix/7.2 python=2.7,3.7 python_dir=/opt/freeware/bin provider=ibmps

Loading…
Cancel
Save