From ec2fa9fa523ac1ddb0a9e382f5c5007afca4cb8c Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 29 Mar 2022 06:14:13 +0200 Subject: [PATCH] Replace devel with stable-2.13. (#4412) --- .azure-pipelines/azure-pipelines.yml | 40 ++++++++++++++-------------- README.md | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 82ab0c83f4..c3cb22b439 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -55,14 +55,14 @@ pool: Standard stages: ### Sanity - - stage: Sanity_devel - displayName: Sanity devel + - stage: Sanity_2_13 + displayName: Sanity 2.13 dependsOn: [] jobs: - template: templates/matrix.yml parameters: nameFormat: Test {0} - testFormat: devel/sanity/{0} + testFormat: 2.13/sanity/{0} targets: - test: 1 - test: 2 @@ -122,14 +122,14 @@ stages: - test: 3 - test: 4 ### Units - - stage: Units_devel - displayName: Units devel + - stage: Units_2_13 + displayName: Units 2.13 dependsOn: [] jobs: - template: templates/matrix.yml parameters: nameFormat: Python {0} - testFormat: devel/units/{0}/1 + testFormat: 2.13/units/{0}/1 targets: - test: 2.7 - test: 3.5 @@ -198,13 +198,13 @@ stages: - test: 3.8 ## Remote - - stage: Remote_devel - displayName: Remote devel + - stage: Remote_2_13 + displayName: Remote 2.13 dependsOn: [] jobs: - template: templates/matrix.yml parameters: - testFormat: devel/{0} + testFormat: 2.13/{0} targets: - name: macOS 12.0 test: macos/12.0 @@ -288,13 +288,13 @@ stages: - 2 ### Docker - - stage: Docker_devel - displayName: Docker devel + - stage: Docker_2_13 + displayName: Docker 2.13 dependsOn: [] jobs: - template: templates/matrix.yml parameters: - testFormat: devel/linux/{0} + testFormat: 2.13/linux/{0} targets: - name: CentOS 7 test: centos7 @@ -383,14 +383,14 @@ stages: - 3 ### Cloud - - stage: Cloud_devel - displayName: Cloud devel + - stage: Cloud_2_13 + displayName: Cloud 2.13 dependsOn: [] jobs: - template: templates/matrix.yml parameters: nameFormat: Python {0} - testFormat: devel/cloud/{0}/1 + testFormat: 2.13/cloud/{0}/1 targets: - test: 2.7 - test: 3.9 @@ -437,27 +437,27 @@ stages: - stage: Summary condition: succeededOrFailed() dependsOn: - - Sanity_devel + - Sanity_2_13 - Sanity_2_9 - Sanity_2_10 - Sanity_2_11 - Sanity_2_12 - - Units_devel + - Units_2_13 - Units_2_9 - Units_2_10 - Units_2_11 - Units_2_12 - - Remote_devel + - Remote_2_13 - Remote_2_9 - Remote_2_10 - Remote_2_11 - Remote_2_12 - - Docker_devel + - Docker_2_13 - Docker_2_9 - Docker_2_10 - Docker_2_11 - Docker_2_12 - - Cloud_devel + - Cloud_2_13 - Cloud_2_9 - Cloud_2_10 - Cloud_2_11 diff --git a/README.md b/README.md index 747d999082..cd10b26ed7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you encounter abusive behavior violating the [Ansible Code of Conduct](https: ## Tested with Ansible -Tested with the current Ansible 2.9, ansible-base 2.10, ansible-core 2.11, 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. Ansible versions before 2.9.10 are not supported. ## External requirements