Skip to content

Commit

Permalink
CI: add testing against ansible-core 2.13
Browse files Browse the repository at this point in the history
This patch adds stable-2.13 to the testing matrix as it is now available
for testing.

See ansible-collections/news-for-maintainers#14
  • Loading branch information
csmart committed Apr 30, 2022
1 parent 7651d43 commit 8a87bb0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@ stages:
- name: Units
test: 'devel/units/1'

- stage: Ansible_2_13
displayName: Sanity & Units 2.13
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
targets:
- name: Sanity
test: '2.13/sanity/1'
- name: Units
test: '2.13/units/1'

- stage: Ansible_2_12
displayName: Sanity & Units 2.12
dependsOn: []
Expand Down Expand Up @@ -133,6 +145,19 @@ stages:
- name: Ubuntu 20.04
test: ubuntu2004

- stage: Docker_2_13
displayName: Docker 2.13
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
testFormat: 2.13/linux/{0}/1
targets:
#- name: Ubuntu 18.04
# test: ubuntu1804
- name: Ubuntu 20.04
test: ubuntu2004

- stage: Docker_2_12
displayName: Docker 2.12
dependsOn: []
Expand Down Expand Up @@ -280,11 +305,13 @@ stages:
condition: succeededOrFailed()
dependsOn:
- Ansible_devel
- Ansible_2_13
- Ansible_2_12
- Ansible_2_11
- Ansible_2_10
- Ansible_2_9
- Docker_devel
- Docker_2_13
- Docker_2_12
- Docker_2_11
- Docker_2_10
Expand Down

0 comments on commit 8a87bb0

Please sign in to comment.