Skip to content

Commit

Permalink
CI: add testing against ansible-core 2.13 (#118)
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 authored May 1, 2022
1 parent 5035978 commit 0d991d0
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,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 @@ -125,6 +137,27 @@ 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: CentOS 7
test: centos7
- name: Fedora 34
test: fedora34
- name: openSUSE 15 py2
test: opensuse15py2
- name: openSUSE 15 py3
test: opensuse15
- 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 @@ -241,6 +274,19 @@ stages:
- name: FreeBSD 13.0
test: freebsd/13.0

- stage: Remote_2_13
displayName: Remote 2.13
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
testFormat: '2.13/{0}/1'
targets:
- name: RHEL 8.5
test: rhel/8.5
- name: FreeBSD 13.0
test: freebsd/13.0

- stage: Remote_2_12
displayName: Remote 2.12
dependsOn: []
Expand Down Expand Up @@ -313,16 +359,19 @@ 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
- Docker_2_9
- Remote_devel
- Remote_2_13
- Remote_2_12
- Remote_2_11
- Remote_2_10
Expand Down

0 comments on commit 0d991d0

Please sign in to comment.