Skip to content

Commit

Permalink
ci: add ansible-core 2.18 to the test matrix (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola authored Nov 12, 2024
1 parent 06718d0 commit 380a692
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@ stages:
- name: Sanity
test: devel/sanity

- stage: Sanity_2_18
displayName: Sanity 2.18
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
targets:
- name: Sanity
test: 2.18/sanity

- stage: Sanity_2_17
displayName: Sanity 2.17
dependsOn: []
Expand Down Expand Up @@ -88,6 +98,16 @@ stages:
- name: (py3.13)
test: devel/units/3.13

- stage: Units_2_18
displayName: Units 2.18
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
targets:
- name: (py3.11)
test: 2.18/units/3.11

- stage: Units_2_17
displayName: Units 2.17
dependsOn: []
Expand Down Expand Up @@ -130,6 +150,17 @@ stages:
- name: (py3.13)
test: devel/integration/3.13

- stage: Integration_2_18
displayName: Integration 2.18
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
groups: [1, 2, 3]
targets:
- name: (py3.11)
test: 2.18/integration/3.11

- stage: Integration_2_17
displayName: Integration 2.17
dependsOn: []
Expand Down

0 comments on commit 380a692

Please sign in to comment.