mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update CI for ansible-core devel (#8534)
* Update CI for ansible-core devel. * Uncomment platforms that cause problems.
This commit is contained in:
parent
9a18963364
commit
86f19cb5d3
1 changed files with 25 additions and 12 deletions
|
@ -172,12 +172,15 @@ stages:
|
||||||
parameters:
|
parameters:
|
||||||
testFormat: devel/{0}
|
testFormat: devel/{0}
|
||||||
targets:
|
targets:
|
||||||
- name: Alpine 3.19
|
- name: Alpine 3.20
|
||||||
test: alpine/3.19
|
test: alpine/3.20
|
||||||
# - name: Fedora 39
|
# - name: Fedora 40
|
||||||
# test: fedora/39
|
# test: fedora/40
|
||||||
- name: Ubuntu 22.04
|
# TODO:
|
||||||
test: ubuntu/22.04
|
#- name: Ubuntu 22.04
|
||||||
|
# test: ubuntu/22.04
|
||||||
|
# - name: Ubuntu 24.04
|
||||||
|
# test: ubuntu/24.04
|
||||||
groups:
|
groups:
|
||||||
- vm
|
- vm
|
||||||
- stage: Remote_devel
|
- stage: Remote_devel
|
||||||
|
@ -190,8 +193,9 @@ stages:
|
||||||
targets:
|
targets:
|
||||||
- name: macOS 14.3
|
- name: macOS 14.3
|
||||||
test: macos/14.3
|
test: macos/14.3
|
||||||
- name: RHEL 9.3
|
# TODO:
|
||||||
test: rhel/9.3
|
#- name: RHEL 9.4
|
||||||
|
# test: rhel/9.4
|
||||||
- name: FreeBSD 14.0
|
- name: FreeBSD 14.0
|
||||||
test: freebsd/14.0
|
test: freebsd/14.0
|
||||||
groups:
|
groups:
|
||||||
|
@ -208,6 +212,8 @@ stages:
|
||||||
targets:
|
targets:
|
||||||
- name: FreeBSD 13.3
|
- name: FreeBSD 13.3
|
||||||
test: freebsd/13.3
|
test: freebsd/13.3
|
||||||
|
- name: RHEL 9.3
|
||||||
|
test: rhel/9.3
|
||||||
groups:
|
groups:
|
||||||
- 1
|
- 1
|
||||||
- 2
|
- 2
|
||||||
|
@ -264,12 +270,15 @@ stages:
|
||||||
parameters:
|
parameters:
|
||||||
testFormat: devel/linux/{0}
|
testFormat: devel/linux/{0}
|
||||||
targets:
|
targets:
|
||||||
- name: Fedora 39
|
- name: Fedora 40
|
||||||
test: fedora39
|
test: fedora40
|
||||||
- name: Ubuntu 20.04
|
- name: Alpine 3.20
|
||||||
test: ubuntu2004
|
test: alpine320
|
||||||
- name: Ubuntu 22.04
|
- name: Ubuntu 22.04
|
||||||
test: ubuntu2204
|
test: ubuntu2204
|
||||||
|
# TODO:
|
||||||
|
#- name: Ubuntu 24.04
|
||||||
|
# test: ubuntu2404
|
||||||
groups:
|
groups:
|
||||||
- 1
|
- 1
|
||||||
- 2
|
- 2
|
||||||
|
@ -282,8 +291,12 @@ stages:
|
||||||
parameters:
|
parameters:
|
||||||
testFormat: 2.17/linux/{0}
|
testFormat: 2.17/linux/{0}
|
||||||
targets:
|
targets:
|
||||||
|
- name: Fedora 39
|
||||||
|
test: fedora39
|
||||||
- name: Alpine 3.19
|
- name: Alpine 3.19
|
||||||
test: alpine319
|
test: alpine319
|
||||||
|
- name: Ubuntu 20.04
|
||||||
|
test: ubuntu2004
|
||||||
groups:
|
groups:
|
||||||
- 1
|
- 1
|
||||||
- 2
|
- 2
|
||||||
|
|
Loading…
Reference in a new issue