Replace devel with stable-2.14 in CI (#479)

This commit is contained in:
Felix Fontein 2022-09-21 08:17:03 +02:00 committed by GitHub
parent 29050ffbb8
commit 528554fe01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 20 deletions

View File

@ -48,19 +48,19 @@ pool: Standard
stages: stages:
### Sanity & units ### Sanity & units
- stage: Ansible_devel - stage: Ansible_2_14
displayName: Sanity & Units devel displayName: Sanity & Units 2.14
dependsOn: [] dependsOn: []
jobs: jobs:
- template: templates/matrix.yml - template: templates/matrix.yml
parameters: parameters:
targets: targets:
- name: Sanity - name: Sanity
test: 'devel/sanity/1' test: '2.14/sanity/1'
- name: Sanity Extra # Only on devel - name: Sanity Extra # Only on 2.14
test: 'devel/sanity/extra' test: '2.14/sanity/extra'
- name: Units - name: Units
test: 'devel/units/1' test: '2.14/units/1'
- stage: Ansible_2_13 - stage: Ansible_2_13
displayName: Sanity & Units 2.13 displayName: Sanity & Units 2.13
dependsOn: [] dependsOn: []
@ -118,13 +118,13 @@ stages:
test: '2.9/units/1' test: '2.9/units/1'
### Docker ### Docker
- stage: Docker_devel - stage: Docker_2_14
displayName: Docker devel displayName: Docker 2.14
dependsOn: [] dependsOn: []
jobs: jobs:
- template: templates/matrix.yml - template: templates/matrix.yml
parameters: parameters:
testFormat: devel/linux/{0} testFormat: 2.14/linux/{0}
targets: targets:
- name: CentOS 7 - name: CentOS 7
test: centos7 test: centos7
@ -222,13 +222,13 @@ stages:
- 5 - 5
### Community Docker ### Community Docker
- stage: Docker_community_devel - stage: Docker_community_2_14
displayName: Docker (community images) devel displayName: Docker (community images) 2.14
dependsOn: [] dependsOn: []
jobs: jobs:
- template: templates/matrix.yml - template: templates/matrix.yml
parameters: parameters:
testFormat: devel/linux-community/{0} testFormat: 2.14/linux-community/{0}
targets: targets:
- name: Debian Bullseye - name: Debian Bullseye
test: debian-bullseye/3.9 test: debian-bullseye/3.9
@ -241,14 +241,14 @@ stages:
- 5 - 5
### Remote ### Remote
- stage: Remote_devel - stage: Remote_2_14
displayName: Remote devel displayName: Remote 2.14
dependsOn: [] dependsOn: []
jobs: jobs:
- template: templates/matrix.yml - template: templates/matrix.yml
parameters: parameters:
nameFormat: RHEL {0} nameFormat: RHEL {0}
testFormat: devel/rhel/{0} testFormat: 2.14/rhel/{0}
targets: targets:
- test: '7.9' - test: '7.9'
- test: '9.0-pypi-latest' - test: '9.0-pypi-latest'
@ -342,24 +342,24 @@ stages:
- stage: Summary - stage: Summary
condition: succeededOrFailed() condition: succeededOrFailed()
dependsOn: dependsOn:
- Ansible_devel - Ansible_2_14
- Ansible_2_13 - Ansible_2_13
- Ansible_2_12 - Ansible_2_12
- Ansible_2_11 - Ansible_2_11
- Ansible_2_10 - Ansible_2_10
- Ansible_2_9 - Ansible_2_9
- Remote_devel - Remote_2_14
- Remote_2_13 - Remote_2_13
- Remote_2_12 - Remote_2_12
- Remote_2_11 - Remote_2_11
- Remote_2_10 - Remote_2_10
- Remote_2_9 - Remote_2_9
- Docker_devel - Docker_2_14
- Docker_2_13 - Docker_2_13
- Docker_2_12 - Docker_2_12
- Docker_2_11 - Docker_2_11
- Docker_2_10 - Docker_2_10
- Docker_2_9 - Docker_2_9
- Docker_community_devel - Docker_community_2_14
jobs: jobs:
- template: templates/coverage.yml - template: templates/coverage.yml

View File

@ -10,7 +10,7 @@ Please note that this collection does **not** support Windows targets. The conne
## Tested with Ansible ## 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. 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.