1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Remove centos8 for devel from CI. (#3565)

This commit is contained in:
Felix Fontein 2021-10-16 08:33:38 +02:00 committed by GitHub
parent 71ea99d10f
commit 249d490f10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -297,8 +297,6 @@ stages:
targets: targets:
- name: CentOS 7 - name: CentOS 7
test: centos7 test: centos7
- name: CentOS 8
test: centos8
- name: Fedora 33 - name: Fedora 33
test: fedora33 test: fedora33
- name: Fedora 34 - name: Fedora 34
@ -325,8 +323,8 @@ stages:
targets: targets:
- name: CentOS 6 - name: CentOS 6
test: centos6 test: centos6
- name: CentOS 7 - name: CentOS 8
test: centos7 test: centos8
- name: Fedora 34 - name: Fedora 34
test: fedora34 test: fedora34
- name: openSUSE 15 py3 - name: openSUSE 15 py3
@ -345,8 +343,8 @@ stages:
parameters: parameters:
testFormat: 2.11/linux/{0} testFormat: 2.11/linux/{0}
targets: targets:
- name: CentOS 8 - name: CentOS 7
test: centos8 test: centos7
- name: Fedora 33 - name: Fedora 33
test: fedora33 test: fedora33
- name: openSUSE 15 py2 - name: openSUSE 15 py2