From 528554fe01c4f1f3c9ffa4752c6b8ddc85b529b2 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 21 Sep 2022 08:17:03 +0200 Subject: [PATCH] Replace devel with stable-2.14 in CI (#479) --- .azure-pipelines/azure-pipelines.yml | 38 ++++++++++++++-------------- README.md | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index f67bed5a..cebdef6f 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -48,19 +48,19 @@ pool: Standard stages: ### Sanity & units - - stage: Ansible_devel - displayName: Sanity & Units devel + - stage: Ansible_2_14 + displayName: Sanity & Units 2.14 dependsOn: [] jobs: - template: templates/matrix.yml parameters: targets: - name: Sanity - test: 'devel/sanity/1' - - name: Sanity Extra # Only on devel - test: 'devel/sanity/extra' + test: '2.14/sanity/1' + - name: Sanity Extra # Only on 2.14 + test: '2.14/sanity/extra' - name: Units - test: 'devel/units/1' + test: '2.14/units/1' - stage: Ansible_2_13 displayName: Sanity & Units 2.13 dependsOn: [] @@ -118,13 +118,13 @@ stages: test: '2.9/units/1' ### Docker - - stage: Docker_devel - displayName: Docker devel + - stage: Docker_2_14 + displayName: Docker 2.14 dependsOn: [] jobs: - template: templates/matrix.yml parameters: - testFormat: devel/linux/{0} + testFormat: 2.14/linux/{0} targets: - name: CentOS 7 test: centos7 @@ -222,13 +222,13 @@ stages: - 5 ### Community Docker - - stage: Docker_community_devel - displayName: Docker (community images) devel + - stage: Docker_community_2_14 + displayName: Docker (community images) 2.14 dependsOn: [] jobs: - template: templates/matrix.yml parameters: - testFormat: devel/linux-community/{0} + testFormat: 2.14/linux-community/{0} targets: - name: Debian Bullseye test: debian-bullseye/3.9 @@ -241,14 +241,14 @@ stages: - 5 ### Remote - - stage: Remote_devel - displayName: Remote devel + - stage: Remote_2_14 + displayName: Remote 2.14 dependsOn: [] jobs: - template: templates/matrix.yml parameters: nameFormat: RHEL {0} - testFormat: devel/rhel/{0} + testFormat: 2.14/rhel/{0} targets: - test: '7.9' - test: '9.0-pypi-latest' @@ -342,24 +342,24 @@ stages: - stage: Summary condition: succeededOrFailed() dependsOn: - - Ansible_devel + - Ansible_2_14 - Ansible_2_13 - Ansible_2_12 - Ansible_2_11 - Ansible_2_10 - Ansible_2_9 - - Remote_devel + - Remote_2_14 - Remote_2_13 - Remote_2_12 - Remote_2_11 - Remote_2_10 - Remote_2_9 - - Docker_devel + - Docker_2_14 - Docker_2_13 - Docker_2_12 - Docker_2_11 - Docker_2_10 - Docker_2_9 - - Docker_community_devel + - Docker_community_2_14 jobs: - template: templates/coverage.yml diff --git a/README.md b/README.md index 0d46ce1d..bb2a7b58 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, 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. +Tested with the current Ansible 2.9, ansible-base 2.10, ansible-core 2.11, ansible-core 2.12, ansible-core 2.13, and ansible-core 2.14 releases. Ansible versions before 2.9.10 are not supported. Please note that support for Ansible 2.9 and ansible-base 2.10 has been deprecated and will be dropped from community.docker 3.0.0 on.