mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-15 19:42:06 +00:00
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:
parent
a3c9cc57e2
commit
f3bfaa2458
@ -61,6 +61,17 @@ stages:
|
|||||||
test: 'devel/sanity/extra'
|
test: 'devel/sanity/extra'
|
||||||
- name: Units
|
- name: Units
|
||||||
test: 'devel/units/1'
|
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
|
- stage: Ansible_2_12
|
||||||
displayName: Sanity & Units 2.12
|
displayName: Sanity & Units 2.12
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
@ -134,6 +145,21 @@ stages:
|
|||||||
groups:
|
groups:
|
||||||
- 4
|
- 4
|
||||||
- 5
|
- 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
|
- stage: Docker_2_12
|
||||||
displayName: Docker 2.12
|
displayName: Docker 2.12
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
@ -144,10 +170,8 @@ stages:
|
|||||||
targets:
|
targets:
|
||||||
- name: CentOS 8
|
- name: CentOS 8
|
||||||
test: centos8
|
test: centos8
|
||||||
- name: Fedora 34
|
# - name: Fedora 34
|
||||||
test: fedora34
|
# test: fedora34
|
||||||
- name: openSUSE 15 py3
|
|
||||||
test: opensuse15
|
|
||||||
- name: Ubuntu 20.04
|
- name: Ubuntu 20.04
|
||||||
test: ubuntu2004
|
test: ubuntu2004
|
||||||
groups:
|
groups:
|
||||||
@ -161,12 +185,8 @@ stages:
|
|||||||
parameters:
|
parameters:
|
||||||
testFormat: 2.11/linux/{0}
|
testFormat: 2.11/linux/{0}
|
||||||
targets:
|
targets:
|
||||||
- name: CentOS 7
|
|
||||||
test: centos7
|
|
||||||
- name: Fedora 33
|
- name: Fedora 33
|
||||||
test: fedora33
|
test: fedora33
|
||||||
- name: Ubuntu 18.04
|
|
||||||
test: ubuntu1804
|
|
||||||
- name: Alpine 3
|
- name: Alpine 3
|
||||||
test: alpine3
|
test: alpine3
|
||||||
groups:
|
groups:
|
||||||
@ -197,8 +217,6 @@ stages:
|
|||||||
targets:
|
targets:
|
||||||
- name: Fedora 31
|
- name: Fedora 31
|
||||||
test: fedora31
|
test: fedora31
|
||||||
- name: openSUSE 15 py2
|
|
||||||
test: opensuse15py2
|
|
||||||
groups:
|
groups:
|
||||||
- 4
|
- 4
|
||||||
- 5
|
- 5
|
||||||
@ -240,6 +258,22 @@ stages:
|
|||||||
- 3
|
- 3
|
||||||
- 4
|
- 4
|
||||||
- 5
|
- 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
|
- stage: Remote_2_12
|
||||||
displayName: Remote 2.12
|
displayName: Remote 2.12
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
@ -309,16 +343,19 @@ stages:
|
|||||||
condition: succeededOrFailed()
|
condition: succeededOrFailed()
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- Ansible_devel
|
- Ansible_devel
|
||||||
|
- 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_devel
|
||||||
|
- 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_devel
|
||||||
|
- Docker_2_13
|
||||||
- Docker_2_12
|
- Docker_2_12
|
||||||
- Docker_2_11
|
- Docker_2_11
|
||||||
- Docker_2_10
|
- Docker_2_10
|
||||||
|
|||||||
@ -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 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
|
## External requirements
|
||||||
|
|
||||||
|
|||||||
2
tests/sanity/ignore-2.14.txt
Normal file
2
tests/sanity/ignore-2.14.txt
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user