Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add ansible-core 2.18 to the test matrix #582

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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