Skip to content

Commit

Permalink
Adjust CI matrix for ansible-core devel's ansible-test (#889)
Browse files Browse the repository at this point in the history
* Adjust CI matrix for ansible-core devel's ansible-test.

* Kick docker-compose v1 out from devel docker tests.
  • Loading branch information
felixfontein authored Jun 18, 2024
1 parent 801d65c commit eddeb91
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit eddeb91

Please sign in to comment.