diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 1e6f78b4..95b402ba 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -61,6 +61,17 @@ stages: test: 'devel/sanity/extra' - name: Units test: 'devel/units/1' + - stage: Ansible_2_13 + displayName: Sanity & Units 2.13 + dependsOn: [] + jobs: + - template: templates/matrix.yml + parameters: + targets: + - name: Sanity + test: '2.13/sanity/1' + - name: Units + test: '2.13/units/1' - stage: Ansible_2_12 displayName: Sanity & Units 2.12 dependsOn: [] @@ -134,6 +145,21 @@ stages: groups: - 4 - 5 + - stage: Docker_2_13 + displayName: Docker 2.13 + dependsOn: [] + jobs: + - template: templates/matrix.yml + parameters: + testFormat: 2.13/linux/{0} + targets: + - name: CentOS 7 + test: centos7 + - name: Alpine 3 + test: alpine3 + groups: + - 4 + - 5 - stage: Docker_2_12 displayName: Docker 2.12 dependsOn: [] @@ -144,10 +170,8 @@ stages: targets: - name: CentOS 8 test: centos8 - - name: Fedora 34 - test: fedora34 - - name: openSUSE 15 py3 - test: opensuse15 + # - name: Fedora 34 + # test: fedora34 - name: Ubuntu 20.04 test: ubuntu2004 groups: @@ -161,12 +185,8 @@ stages: parameters: testFormat: 2.11/linux/{0} targets: - - name: CentOS 7 - test: centos7 - name: Fedora 33 test: fedora33 - - name: Ubuntu 18.04 - test: ubuntu1804 - name: Alpine 3 test: alpine3 groups: @@ -197,8 +217,6 @@ stages: targets: - name: Fedora 31 test: fedora31 - - name: openSUSE 15 py2 - test: opensuse15py2 groups: - 4 - 5 @@ -240,6 +258,22 @@ stages: - 3 - 4 - 5 + - stage: Remote_2_13 + displayName: Remote 2.13 + dependsOn: [] + jobs: + - template: templates/matrix.yml + parameters: + nameFormat: RHEL {0} + testFormat: 2.13/rhel/{0} + targets: + - test: '7.9' + groups: + - 1 + - 2 + - 3 + - 4 + - 5 - stage: Remote_2_12 displayName: Remote 2.12 dependsOn: [] @@ -309,16 +343,19 @@ stages: condition: succeededOrFailed() dependsOn: - Ansible_devel + - Ansible_2_13 - Ansible_2_12 - Ansible_2_11 - Ansible_2_10 - Ansible_2_9 - Remote_devel + - Remote_2_13 - Remote_2_12 - Remote_2_11 - Remote_2_10 - Remote_2_9 - Docker_devel + - Docker_2_13 - Docker_2_12 - Docker_2_11 - Docker_2_10 diff --git a/README.md b/README.md index 8b9ccfd7..4374d98f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Please note that this collection does **not** support Windows targets. The conne ## Tested with Ansible -Tested with the current Ansible 2.9, ansible-base 2.10, ansible-core 2.11 and ansible-core 2.12 releases and the current development version of ansible-core. Ansible versions before 2.9.10 are not supported. +Tested with the current Ansible 2.9, ansible-base 2.10, ansible-core 2.11, ansible-core 2.12 and ansible-core 2.13 releases and the current development version of ansible-core. Ansible versions before 2.9.10 are not supported. ## External requirements diff --git a/tests/sanity/ignore-2.14.txt b/tests/sanity/ignore-2.14.txt new file mode 100644 index 00000000..878e3796 --- /dev/null +++ b/tests/sanity/ignore-2.14.txt @@ -0,0 +1,2 @@ +.azure-pipelines/scripts/publish-codecov.py replace-urlopen +plugins/modules/docker_container.py use-argspec-type-path # uses colon-separated paths, can't use type=path