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:
Felix Fontein 2024-06-18 08:00:13 +02:00 committed by GitHub
parent 801d65c610
commit eddeb91697
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -109,18 +109,18 @@ stages:
parameters:
testFormat: devel/linux/{0}
targets:
- name: Fedora 39
test: fedora39
- name: Ubuntu 20.04
test: ubuntu2004
- name: Fedora 40
test: fedora40
- name: Ubuntu 22.04
test: ubuntu2204
- name: Alpine 3.19
test: alpine319
- name: Ubuntu 24.04
test: ubuntu2404
- name: Alpine 3.20
test: alpine320
groups:
- 4
- 5
- 6
# - 6 -- some images no longer work with docker-compose v1
- stage: Docker_2_17
displayName: Docker 2.17
dependsOn: []
@ -129,6 +129,10 @@ stages:
parameters:
testFormat: 2.17/linux/{0}
targets:
- name: Fedora 39
test: fedora39
- name: Ubuntu 20.04
test: ubuntu2004
- name: Alpine 3.19
test: alpine319
groups:
@ -201,11 +205,8 @@ stages:
parameters:
testFormat: devel/{0}
targets:
- name: RHEL 9.3 with latest Docker SDK from PyPi
test: rhel/9.3-pypi-latest
# Currently always hangs in group 2
# - name: RHEL 8.8
# test: rhel/8.8
- name: RHEL 9.4 with latest Docker SDK from PyPi
test: rhel/9.4-pypi-latest
groups:
- 1
- 2
@ -223,9 +224,6 @@ stages:
targets:
- name: RHEL 9.3 with latest Docker SDK from PyPi
test: rhel/9.3-pypi-latest
# Currently always hangs in group 2
# - name: RHEL 8.8
# test: rhel/8.8
groups:
- 1
- 2
@ -243,6 +241,9 @@ stages:
targets:
- name: RHEL 9.2
test: rhel/9.2
# Currently always hangs in group 2
# - name: RHEL 8.8
# test: rhel/8.8
groups:
- 1
- 2