From 5d61cb2b8dd1ca1f33b5d751decae747b9b77dab Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 4 Apr 2023 08:12:39 +0200 Subject: [PATCH] Update CI matrix: add stable-2.15 (#600) * Add ignore files for bumped devel version. * Update CI matrix. --- .azure-pipelines/azure-pipelines.yml | 47 +++++++++++++++++++++++++--- tests/sanity/ignore-2.16.txt | 2 ++ tests/sanity/ignore-2.16.txt.license | 3 ++ 3 files changed, 48 insertions(+), 4 deletions(-) create mode 100644 tests/sanity/ignore-2.16.txt create mode 100644 tests/sanity/ignore-2.16.txt.license diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 89182196..6ae35b3f 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -66,6 +66,17 @@ stages: test: 'devel/sanity/extra' - name: Units test: 'devel/units/1' + - stage: Ansible_2_15 + displayName: Sanity & Units 2.15 + dependsOn: [] + jobs: + - template: templates/matrix.yml + parameters: + targets: + - name: Sanity + test: '2.15/sanity/1' + - name: Units + test: '2.15/units/1' - stage: Ansible_2_14 displayName: Sanity & Units 2.14 dependsOn: [] @@ -124,6 +135,19 @@ stages: groups: - 4 - 5 + - stage: Docker_2_15 + displayName: Docker 2.15 + dependsOn: [] + jobs: + - template: templates/matrix.yml + parameters: + testFormat: 2.15/linux/{0} + targets: + - name: CentOS 7 + test: centos7 + groups: + - 4 + - 5 - stage: Docker_2_14 displayName: Docker 2.14 dependsOn: [] @@ -145,8 +169,6 @@ stages: parameters: testFormat: 2.13/linux/{0} targets: - - name: CentOS 7 - test: centos7 - name: Fedora 35 test: fedora35 - name: openSUSE 15 py2 @@ -204,8 +226,6 @@ stages: parameters: testFormat: devel/{0} targets: - - name: RHEL 7.9 - test: rhel/7.9 - name: RHEL 9.1 with latest Docker SDK from PyPi test: rhel/9.1-pypi-latest groups: @@ -214,6 +234,22 @@ stages: - 3 - 4 - 5 + - stage: Remote_2_15 + displayName: Remote 2.15 + dependsOn: [] + jobs: + - template: templates/matrix.yml + parameters: + testFormat: 2.15/{0} + targets: + - name: RHEL 7.9 + test: rhel/7.9 + groups: + - 1 + - 2 + - 3 + - 4 + - 5 - stage: Remote_2_14 displayName: Remote 2.14 dependsOn: [] @@ -269,14 +305,17 @@ stages: condition: succeededOrFailed() dependsOn: - Ansible_devel + - Ansible_2_15 - Ansible_2_14 - Ansible_2_13 - Ansible_2_12 - Remote_devel + - Remote_2_15 - Remote_2_14 - Remote_2_13 - Remote_2_12 - Docker_devel + - Docker_2_15 - Docker_2_14 - Docker_2_13 - Docker_2_12 diff --git a/tests/sanity/ignore-2.16.txt b/tests/sanity/ignore-2.16.txt new file mode 100644 index 00000000..2a06013d --- /dev/null +++ b/tests/sanity/ignore-2.16.txt @@ -0,0 +1,2 @@ +.azure-pipelines/scripts/publish-codecov.py replace-urlopen +plugins/modules/docker_container_copy_into.py validate-modules:undocumented-parameter # _max_file_size_for_diff is used by the action plugin diff --git a/tests/sanity/ignore-2.16.txt.license b/tests/sanity/ignore-2.16.txt.license new file mode 100644 index 00000000..edff8c76 --- /dev/null +++ b/tests/sanity/ignore-2.16.txt.license @@ -0,0 +1,3 @@ +GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +SPDX-License-Identifier: GPL-3.0-or-later +SPDX-FileCopyrightText: Ansible Project