Skip to content

Commit

Permalink
Start testing with Ansible 2.17/devel
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Oct 3, 2023
1 parent 50709de commit 7600b15
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,20 @@ stages:
test: sanity
- name: Units
test: units
- stage: Ansible_2_16
displayName: Ansible 2.16
dependsOn:
- Dependencies
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: '{0}'
testFormat: '2.16/{0}'
targets:
- name: Sanity
test: sanity
- name: Units
test: units
- stage: Ansible_2_15
displayName: Ansible 2.15
dependsOn:
Expand Down Expand Up @@ -151,6 +165,7 @@ stages:
condition: succeededOrFailed()
dependsOn:
- Ansible_devel
- Ansible_2_16
- Ansible_2_15
- Ansible_2_14
- Ansible_2_13
Expand Down
Empty file added tests/sanity/ignore-2.17.txt
Empty file.

0 comments on commit 7600b15

Please sign in to comment.