From 6c9616291ee6531752a15e2a468f0a5f73e53d0e Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Tue, 27 Sep 2022 20:43:22 +0900 Subject: [PATCH] Add stable-2.14 branch to AZP * Fixes #388 Signed-off-by: Hideki Saito --- .azure-pipelines/azure-pipelines.yml | 38 +++++++++++++++++++ .../fragments/389_ci_add_stable_214.yml | 3 ++ tests/sanity/ignore-2.15.txt | 8 ++++ 3 files changed, 49 insertions(+) create mode 100644 changelogs/fragments/389_ci_add_stable_214.yml create mode 100644 tests/sanity/ignore-2.15.txt diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index cd21121896..9aef2002c5 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -61,6 +61,24 @@ stages: test: ubuntu2004 - name: Ubuntu 22.04 test: ubuntu2204 + - stage: Docker_2_14 + displayName: Docker 2.14 + dependsOn: [] + jobs: + - template: templates/matrix.yml + parameters: + testFormat: 2.14/linux/{0}/1 + targets: + - name: CentOS 7 + test: centos7 + - name: Fedora 36 + test: fedora36 + - name: openSUSE 15 py3 + test: opensuse15 + - name: Ubuntu 20.04 + test: ubuntu2004 + - name: Ubuntu 22.04 + test: ubuntu2204 - stage: Docker_2_13 displayName: Docker 2.13 dependsOn: [] @@ -197,6 +215,24 @@ stages: test: rhel/9.0 - name: FreeBSD 13.1 test: freebsd/13.1 + - stage: Remote_2_14 + displayName: Remote 2.14 + dependsOn: [] + jobs: + - template: templates/matrix.yml + parameters: + testFormat: 2.14/{0}/1 + targets: + - name: MacOS 12.0 + test: macos/12.0 + - name: RHEL 7.9 + test: rhel/7.9 + - name: RHEL 8.6 + test: rhel/8.6 + - name: RHEL 9.0 + test: rhel/9.0 + - name: FreeBSD 13.1 + test: freebsd/13.1 - stage: Remote_2_13 displayName: Remote 2.13 dependsOn: [] @@ -293,6 +329,8 @@ stages: - Docker_2_12 - Remote_2_13 - Docker_2_13 + - Remote_2_14 + - Docker_2_14 - Remote_devel - Docker_devel jobs: diff --git a/changelogs/fragments/389_ci_add_stable_214.yml b/changelogs/fragments/389_ci_add_stable_214.yml new file mode 100644 index 0000000000..6a174fdd1e --- /dev/null +++ b/changelogs/fragments/389_ci_add_stable_214.yml @@ -0,0 +1,3 @@ +--- +trivial: +- CI - Add stable-2.14 to AZP (https://github.com/ansible-collections/ansible.posix/issues/388). diff --git a/tests/sanity/ignore-2.15.txt b/tests/sanity/ignore-2.15.txt new file mode 100644 index 0000000000..0b6905e1c9 --- /dev/null +++ b/tests/sanity/ignore-2.15.txt @@ -0,0 +1,8 @@ +plugins/modules/synchronize.py pylint:disallowed-name +plugins/modules/synchronize.py use-argspec-type-path +plugins/modules/synchronize.py validate-modules:doc-default-does-not-match-spec +plugins/modules/synchronize.py validate-modules:nonexistent-parameter-documented +plugins/modules/synchronize.py validate-modules:parameter-type-not-in-doc +plugins/modules/synchronize.py validate-modules:undocumented-parameter +tests/utils/shippable/check_matrix.py replace-urlopen +tests/utils/shippable/timing.py shebang