From 0202b47f95a87598276869ab7f07f57e8a4c8a87 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 26 Jun 2024 08:22:15 +0200 Subject: Adding upstream version 10.1.0+dfsg. Signed-off-by: Daniel Baumann --- .../microsoft/ad/.azure-pipelines/azure-pipelines.yml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'ansible_collections/microsoft/ad/.azure-pipelines') 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 -- cgit v1.2.3