mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
Adjust CI matrix for ansible-core devel's ansible-test (#889)
* Adjust CI matrix for ansible-core devel's ansible-test. * Kick docker-compose v1 out from devel docker tests.
This commit is contained in:
parent
801d65c610
commit
eddeb91697
@ -109,18 +109,18 @@ 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
|
|
||||||
test: ubuntu2004
|
|
||||||
- name: Ubuntu 22.04
|
- name: Ubuntu 22.04
|
||||||
test: ubuntu2204
|
test: ubuntu2204
|
||||||
- name: Alpine 3.19
|
- name: Ubuntu 24.04
|
||||||
test: alpine319
|
test: ubuntu2404
|
||||||
|
- name: Alpine 3.20
|
||||||
|
test: alpine320
|
||||||
groups:
|
groups:
|
||||||
- 4
|
- 4
|
||||||
- 5
|
- 5
|
||||||
- 6
|
# - 6 -- some images no longer work with docker-compose v1
|
||||||
- stage: Docker_2_17
|
- stage: Docker_2_17
|
||||||
displayName: Docker 2.17
|
displayName: Docker 2.17
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
@ -129,6 +129,10 @@ stages:
|
|||||||
parameters:
|
parameters:
|
||||||
testFormat: 2.17/linux/{0}
|
testFormat: 2.17/linux/{0}
|
||||||
targets:
|
targets:
|
||||||
|
- name: Fedora 39
|
||||||
|
test: fedora39
|
||||||
|
- name: Ubuntu 20.04
|
||||||
|
test: ubuntu2004
|
||||||
- name: Alpine 3.19
|
- name: Alpine 3.19
|
||||||
test: alpine319
|
test: alpine319
|
||||||
groups:
|
groups:
|
||||||
@ -201,11 +205,8 @@ stages:
|
|||||||
parameters:
|
parameters:
|
||||||
testFormat: devel/{0}
|
testFormat: devel/{0}
|
||||||
targets:
|
targets:
|
||||||
- name: RHEL 9.3 with latest Docker SDK from PyPi
|
- name: RHEL 9.4 with latest Docker SDK from PyPi
|
||||||
test: rhel/9.3-pypi-latest
|
test: rhel/9.4-pypi-latest
|
||||||
# Currently always hangs in group 2
|
|
||||||
# - name: RHEL 8.8
|
|
||||||
# test: rhel/8.8
|
|
||||||
groups:
|
groups:
|
||||||
- 1
|
- 1
|
||||||
- 2
|
- 2
|
||||||
@ -223,9 +224,6 @@ stages:
|
|||||||
targets:
|
targets:
|
||||||
- name: RHEL 9.3 with latest Docker SDK from PyPi
|
- name: RHEL 9.3 with latest Docker SDK from PyPi
|
||||||
test: rhel/9.3-pypi-latest
|
test: rhel/9.3-pypi-latest
|
||||||
# Currently always hangs in group 2
|
|
||||||
# - name: RHEL 8.8
|
|
||||||
# test: rhel/8.8
|
|
||||||
groups:
|
groups:
|
||||||
- 1
|
- 1
|
||||||
- 2
|
- 2
|
||||||
@ -243,6 +241,9 @@ stages:
|
|||||||
targets:
|
targets:
|
||||||
- name: RHEL 9.2
|
- name: RHEL 9.2
|
||||||
test: rhel/9.2
|
test: rhel/9.2
|
||||||
|
# Currently always hangs in group 2
|
||||||
|
# - name: RHEL 8.8
|
||||||
|
# test: rhel/8.8
|
||||||
groups:
|
groups:
|
||||||
- 1
|
- 1
|
||||||
- 2
|
- 2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user