summaryrefslogtreecommitdiffstats
path: root/ansible_collections/microsoft/ad/.azure-pipelines
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:22:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:22:15 +0000
commit0202b47f95a87598276869ab7f07f57e8a4c8a87 (patch)
tree21f101dcceb98166b117c40dab3d79d5b2ad8eed /ansible_collections/microsoft/ad/.azure-pipelines
parentAdding upstream version 10.0.1+dfsg. (diff)
downloadansible-upstream.tar.xz
ansible-upstream.zip
Adding upstream version 10.1.0+dfsg.upstream/10.1.0+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/microsoft/ad/.azure-pipelines')
-rw-r--r--ansible_collections/microsoft/ad/.azure-pipelines/azure-pipelines.yml19
1 files changed, 17 insertions, 2 deletions
diff --git a/ansible_collections/microsoft/ad/.azure-pipelines/azure-pipelines.yml b/ansible_collections/microsoft/ad/.azure-pipelines/azure-pipelines.yml
index 5db3a5531..7de2c9fd6 100644
--- a/ansible_collections/microsoft/ad/.azure-pipelines/azure-pipelines.yml
+++ b/ansible_collections/microsoft/ad/.azure-pipelines/azure-pipelines.yml
@@ -76,6 +76,22 @@ stages:
test: sanity
- name: Units
test: units
+ - name: Lint
+ test: lint
+ - stage: Ansible_2_17
+ displayName: Ansible 2.17
+ dependsOn:
+ - Dependencies
+ jobs:
+ - template: templates/matrix.yml
+ parameters:
+ nameFormat: "{0}"
+ testFormat: "2.17/{0}"
+ targets:
+ - name: Sanity
+ test: sanity
+ - name: Units
+ test: units
- stage: Ansible_2_16
displayName: Ansible 2.16
dependsOn:
@@ -90,8 +106,6 @@ stages:
test: sanity
- name: Units
test: units
- - name: Lint
- test: lint
- stage: Ansible_2_15
displayName: Ansible 2.15
dependsOn:
@@ -139,6 +153,7 @@ stages:
condition: succeededOrFailed()
dependsOn:
- Ansible_devel
+ - Ansible_2_17
- Ansible_2_16
- Ansible_2_15
- Ansible_2_14