From b643c52cf29ce5bbab738b43290af3556efa1ca9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Jun 2024 18:18:41 +0200 Subject: Merging upstream version 10.0.0+dfsg. Signed-off-by: Daniel Baumann --- .../.azure-pipelines/azure-pipelines.yml | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'ansible_collections/community/postgresql/.azure-pipelines') diff --git a/ansible_collections/community/postgresql/.azure-pipelines/azure-pipelines.yml b/ansible_collections/community/postgresql/.azure-pipelines/azure-pipelines.yml index 28f8b2497..431614af9 100644 --- a/ansible_collections/community/postgresql/.azure-pipelines/azure-pipelines.yml +++ b/ansible_collections/community/postgresql/.azure-pipelines/azure-pipelines.yml @@ -75,6 +75,18 @@ stages: - name: Units test: 'devel/units/1' + - stage: Ansible_2_17 + displayName: Sanity & Units 2.17 + dependsOn: [] + jobs: + - template: templates/matrix.yml + parameters: + targets: + - name: Sanity + test: '2.17/sanity/1' + - name: Units + test: '2.17/units/1' + - stage: Ansible_2_16 displayName: Sanity & Units 2.16 dependsOn: [] @@ -127,6 +139,21 @@ stages: - name: Ubuntu 22.04 test: ubuntu2204 + - stage: Docker_2_17 + displayName: Docker 2.17 + dependsOn: [] + jobs: + - template: templates/matrix.yml + parameters: + testFormat: 2.17/linux/{0}/1 + targets: + - name: Fedora 39 + test: fedora39 + - name: Ubuntu 20.04 + test: ubuntu2004 + - name: Ubuntu 22.04 + test: ubuntu2204 + - stage: Docker_2_16 displayName: Docker 2.16 dependsOn: [] @@ -186,6 +213,17 @@ stages: - name: RHEL 9.3 test: rhel/9.3 + - stage: Remote_2_17 + displayName: Remote 2.17 + dependsOn: [] + jobs: + - template: templates/matrix.yml + parameters: + testFormat: 2.17/{0}/1 + targets: + - name: RHEL 9.3 + test: rhel/9.3 + - stage: Remote_2_16 displayName: Remote 2.16 dependsOn: [] @@ -225,14 +263,17 @@ stages: condition: succeededOrFailed() dependsOn: - Ansible_devel + - Ansible_2_17 - Ansible_2_16 - Ansible_2_15 - Ansible_2_14 - Docker_devel + - Docker_2_17 - Docker_2_16 - Docker_2_15 - Docker_2_14 - Remote_devel + - Remote_2_17 - Remote_2_16 - Remote_2_15 - Remote_2_14 -- cgit v1.2.3