diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 8db5107f4c..3546b1c482 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -59,14 +59,14 @@ pool: Standard stages: ### Sanity - - stage: Sanity_devel - displayName: Sanity devel + - stage: Sanity_2_18 + displayName: Sanity 2.18 dependsOn: [] jobs: - template: templates/matrix.yml parameters: nameFormat: Test {0} - testFormat: devel/sanity/{0} + testFormat: 2.18/sanity/{0} targets: - test: 1 - test: 2 @@ -113,14 +113,14 @@ stages: - test: 3 - test: 4 ### Units - - stage: Units_devel - displayName: Units devel + - stage: Units_2_18 + displayName: Units 2.18 dependsOn: [] jobs: - template: templates/matrix.yml parameters: nameFormat: Python {0} - testFormat: devel/units/{0}/1 + testFormat: 2.18/units/{0}/1 targets: - test: 3.8 - test: 3.9 @@ -164,13 +164,13 @@ stages: - test: "3.10" ## Remote - - stage: Remote_devel_extra_vms - displayName: Remote devel extra VMs + - stage: Remote_2_18_extra_vms + displayName: Remote 2.18 extra VMs dependsOn: [] jobs: - template: templates/matrix.yml parameters: - testFormat: devel/{0} + testFormat: 2.18/{0} targets: - name: Alpine 3.20 test: alpine/3.20 @@ -182,13 +182,13 @@ stages: test: ubuntu/24.04 groups: - vm - - stage: Remote_devel - displayName: Remote devel + - stage: Remote_2_18 + displayName: Remote 2.18 dependsOn: [] jobs: - template: templates/matrix.yml parameters: - testFormat: devel/{0} + testFormat: 2.18/{0} targets: - name: macOS 14.3 test: macos/14.3 @@ -262,13 +262,13 @@ stages: - 3 ### Docker - - stage: Docker_devel - displayName: Docker devel + - stage: Docker_2_18 + displayName: Docker 2.18 dependsOn: [] jobs: - template: templates/matrix.yml parameters: - testFormat: devel/linux/{0} + testFormat: 2.18/linux/{0} targets: - name: Fedora 40 test: fedora40 @@ -336,13 +336,13 @@ stages: - 3 ### Community Docker - - stage: Docker_community_devel - displayName: Docker (community images) devel + - stage: Docker_community_2_18 + displayName: Docker (community images) 2.18 dependsOn: [] jobs: - template: templates/matrix.yml parameters: - testFormat: devel/linux-community/{0} + testFormat: 2.18/linux-community/{0} targets: - name: Debian Bullseye test: debian-bullseye/3.9 @@ -356,75 +356,76 @@ stages: - 3 ### Generic - - stage: Generic_devel - displayName: Generic devel - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - nameFormat: Python {0} - testFormat: devel/generic/{0}/1 - targets: - - test: '3.8' - - test: '3.11' - - test: '3.13' - - stage: Generic_2_17 - displayName: Generic 2.17 - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - nameFormat: Python {0} - testFormat: 2.17/generic/{0}/1 - targets: - - test: '3.7' - - test: '3.12' - - stage: Generic_2_16 - displayName: Generic 2.16 - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - nameFormat: Python {0} - testFormat: 2.16/generic/{0}/1 - targets: - - test: '2.7' - - test: '3.6' - - test: '3.11' - - stage: Generic_2_15 - displayName: Generic 2.15 - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - nameFormat: Python {0} - testFormat: 2.15/generic/{0}/1 - targets: - - test: '3.9' +# Right now all generic tests are disabled. Uncomment when at least one of them is re-enabled. +# - stage: Generic_2_18 +# displayName: Generic 2.18 +# dependsOn: [] +# jobs: +# - template: templates/matrix.yml +# parameters: +# nameFormat: Python {0} +# testFormat: 2.18/generic/{0}/1 +# targets: +# - test: '3.8' +# - test: '3.11' +# - test: '3.13' +# - stage: Generic_2_17 +# displayName: Generic 2.17 +# dependsOn: [] +# jobs: +# - template: templates/matrix.yml +# parameters: +# nameFormat: Python {0} +# testFormat: 2.17/generic/{0}/1 +# targets: +# - test: '3.7' +# - test: '3.12' +# - stage: Generic_2_16 +# displayName: Generic 2.16 +# dependsOn: [] +# jobs: +# - template: templates/matrix.yml +# parameters: +# nameFormat: Python {0} +# testFormat: 2.16/generic/{0}/1 +# targets: +# - test: '2.7' +# - test: '3.6' +# - test: '3.11' +# - stage: Generic_2_15 +# displayName: Generic 2.15 +# dependsOn: [] +# jobs: +# - template: templates/matrix.yml +# parameters: +# nameFormat: Python {0} +# testFormat: 2.15/generic/{0}/1 +# targets: +# - test: '3.9' - stage: Summary condition: succeededOrFailed() dependsOn: - - Sanity_devel + - Sanity_2_18 - Sanity_2_17 - Sanity_2_16 - Sanity_2_15 - - Units_devel + - Units_2_18 - Units_2_17 - Units_2_16 - Units_2_15 - - Remote_devel_extra_vms - - Remote_devel + - Remote_2_18_extra_vms + - Remote_2_18 - Remote_2_17 - Remote_2_16 - Remote_2_15 - - Docker_devel + - Docker_2_18 - Docker_2_17 - Docker_2_16 - Docker_2_15 - - Docker_community_devel + - Docker_community_2_18 # Right now all generic tests are disabled. Uncomment when at least one of them is re-enabled. -# - Generic_devel +# - Generic_2_18 # - Generic_2_17 # - Generic_2_16 # - Generic_2_15 diff --git a/README.md b/README.md index 1fcdd572cc..213a64a6d8 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ For more information about communication, see the [Ansible communication guide]( ## Tested with Ansible -Tested with the current ansible-core 2.13, ansible-core 2.14, ansible-core 2.15, ansible-core 2.16, ansible-core 2.17 releases and the current development version of ansible-core. Ansible-core versions before 2.13.0 are not supported. This includes all ansible-base 2.10 and Ansible 2.9 releases. +Tested with the current ansible-core 2.13, ansible-core 2.14, ansible-core 2.15, ansible-core 2.16, ansible-core 2.17, and ansible-core 2.18 releases of ansible-core. Ansible-core versions before 2.13.0 are not supported. This includes all ansible-base 2.10 and Ansible 2.9 releases. ## External requirements