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

CI: remove FreeBSD 12.0 and 12.2, re-enable pkgng tests (#4511) (#4513)

* Remove FreeBSD 12.0 and 12.2 from CI.

* Revert "Temporarily disable the pkgng tests. (#4493)"

This reverts commit 5ecac692de.

(cherry picked from commit 26cebb9c30)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2022-04-16 12:44:57 +02:00 committed by GitHub
parent dd04e11094
commit dfdb0a6fe6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View file

@ -280,8 +280,8 @@ stages:
test: rhel/7.9 test: rhel/7.9
- name: RHEL 8.3 - name: RHEL 8.3
test: rhel/8.3 test: rhel/8.3
- name: FreeBSD 12.2 #- name: FreeBSD 12.2
test: freebsd/12.2 # test: freebsd/12.2
groups: groups:
- 1 - 1
- 2 - 2
@ -312,8 +312,8 @@ stages:
test: rhel/8.2 test: rhel/8.2
- name: RHEL 7.8 - name: RHEL 7.8
test: rhel/7.8 test: rhel/7.8
- name: FreeBSD 12.0 #- name: FreeBSD 12.0
test: freebsd/12.0 # test: freebsd/12.0
groups: groups:
- 1 - 1
- 2 - 2

View file

@ -3,4 +3,3 @@ needs/root
skip/docker skip/docker
skip/osx skip/osx
skip/rhel skip/rhel
disabled # FIXME