Add stable-2.13 to CI, thin out older version matrix. (#320)

* Add stable-2.13 to CI, thin out older version matrix.

* Thin out a bit more.
This commit is contained in:
Felix Fontein 2022-03-29 06:25:40 +02:00 committed by GitHub
parent a3c9cc57e2
commit f3bfaa2458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 50 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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