mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
Add stable-2.14 to CI. (#478)
This commit is contained in:
parent
a309a1b2f0
commit
e412c0d081
@ -66,6 +66,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_14
|
||||||
|
displayName: Sanity & Units 2.14
|
||||||
|
dependsOn: []
|
||||||
|
jobs:
|
||||||
|
- template: templates/matrix.yml
|
||||||
|
parameters:
|
||||||
|
targets:
|
||||||
|
- name: Sanity
|
||||||
|
test: '2.14/sanity/1'
|
||||||
|
- name: Units
|
||||||
|
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: []
|
||||||
@ -124,6 +135,19 @@ stages:
|
|||||||
groups:
|
groups:
|
||||||
- 4
|
- 4
|
||||||
- 5
|
- 5
|
||||||
|
- stage: Docker_2_14
|
||||||
|
displayName: Docker 2.14
|
||||||
|
dependsOn: []
|
||||||
|
jobs:
|
||||||
|
- template: templates/matrix.yml
|
||||||
|
parameters:
|
||||||
|
testFormat: 2.14/linux/{0}
|
||||||
|
targets:
|
||||||
|
- name: Ubuntu 22.04
|
||||||
|
test: ubuntu2204
|
||||||
|
groups:
|
||||||
|
- 4
|
||||||
|
- 5
|
||||||
- stage: Docker_2_13
|
- stage: Docker_2_13
|
||||||
displayName: Docker 2.13
|
displayName: Docker 2.13
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
@ -213,6 +237,22 @@ stages:
|
|||||||
- 3
|
- 3
|
||||||
- 4
|
- 4
|
||||||
- 5
|
- 5
|
||||||
|
- stage: Remote_2_14
|
||||||
|
displayName: Remote 2.14
|
||||||
|
dependsOn: []
|
||||||
|
jobs:
|
||||||
|
- template: templates/matrix.yml
|
||||||
|
parameters:
|
||||||
|
nameFormat: RHEL {0}
|
||||||
|
testFormat: 2.14/rhel/{0}
|
||||||
|
targets:
|
||||||
|
- test: '9.0'
|
||||||
|
groups:
|
||||||
|
- 1
|
||||||
|
- 2
|
||||||
|
- 3
|
||||||
|
- 4
|
||||||
|
- 5
|
||||||
- stage: Remote_2_13
|
- stage: Remote_2_13
|
||||||
displayName: Remote 2.13
|
displayName: Remote 2.13
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
@ -268,14 +308,17 @@ stages:
|
|||||||
condition: succeededOrFailed()
|
condition: succeededOrFailed()
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- Ansible_devel
|
- Ansible_devel
|
||||||
|
- Ansible_2_14
|
||||||
- Ansible_2_13
|
- Ansible_2_13
|
||||||
- Ansible_2_12
|
- Ansible_2_12
|
||||||
- Ansible_2_11
|
- Ansible_2_11
|
||||||
- Remote_devel
|
- Remote_devel
|
||||||
|
- Remote_2_14
|
||||||
- Remote_2_13
|
- Remote_2_13
|
||||||
- Remote_2_12
|
- Remote_2_12
|
||||||
- Remote_2_11
|
- Remote_2_11
|
||||||
- Docker_devel
|
- Docker_devel
|
||||||
|
- Docker_2_14
|
||||||
- Docker_2_13
|
- Docker_2_13
|
||||||
- Docker_2_12
|
- Docker_2_12
|
||||||
- Docker_2_11
|
- Docker_2_11
|
||||||
|
|||||||
@ -16,7 +16,7 @@ Please note that this collection does **not** support Windows targets. The conne
|
|||||||
|
|
||||||
## Tested with Ansible
|
## Tested with Ansible
|
||||||
|
|
||||||
Tested with the current ansible-core 2.11, ansible-core 2.12, and ansible-core 2.13 releases, and the current development version of ansible-core. Ansible/ansible-base versions before 2.11.0 are not supported.
|
Tested with the current ansible-core 2.11, ansible-core 2.12, ansible-core 2.13, and ansible-core 2.14 releases, and the current development version of ansible-core. Ansible/ansible-base versions before 2.11.0 are not supported.
|
||||||
|
|
||||||
Please note that Ansible 2.9 and ansible-base 2.10 are no longer supported. If you need to use them, use community.docker 2.x.y. Also note that this collection does not work with ansible-core 2.11 (this includes ansible-base and Ansible 2.9) on Python 3.12+.
|
Please note that Ansible 2.9 and ansible-base 2.10 are no longer supported. If you need to use them, use community.docker 2.x.y. Also note that this collection does not work with ansible-core 2.11 (this includes ansible-base and Ansible 2.9) on Python 3.12+.
|
||||||
|
|
||||||
|
|||||||
1
tests/sanity/ignore-2.15.txt
Normal file
1
tests/sanity/ignore-2.15.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
.azure-pipelines/scripts/publish-codecov.py replace-urlopen
|
||||||
3
tests/sanity/ignore-2.15.txt.license
Normal file
3
tests/sanity/ignore-2.15.txt.license
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
|
SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
SPDX-FileCopyrightText: Ansible Project
|
||||||
Loading…
Reference in New Issue
Block a user