mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-15 19:42:06 +00:00
CI: Move ansible-core 2.16 from AZP to GHA (#1132)
* Move ansible-core 2.16 to EOL CI. * Remove no longer relevant EOL CI badge. * CentOS 7 does not work in GHA.
This commit is contained in:
parent
1e038c072f
commit
c9c420c036
@ -95,17 +95,6 @@ stages:
|
||||
test: '2.17/sanity/1'
|
||||
- name: Units
|
||||
test: '2.17/units/1'
|
||||
- stage: Ansible_2_16
|
||||
displayName: Sanity & Units 2.16
|
||||
dependsOn: []
|
||||
jobs:
|
||||
- template: templates/matrix.yml
|
||||
parameters:
|
||||
targets:
|
||||
- name: Sanity
|
||||
test: '2.16/sanity/1'
|
||||
- name: Units
|
||||
test: '2.16/units/1'
|
||||
|
||||
### Docker
|
||||
- stage: Docker_devel
|
||||
@ -176,25 +165,6 @@ stages:
|
||||
groups:
|
||||
- 4
|
||||
- 5
|
||||
- stage: Docker_2_16
|
||||
displayName: Docker 2.16
|
||||
dependsOn: []
|
||||
jobs:
|
||||
- template: templates/matrix.yml
|
||||
parameters:
|
||||
testFormat: 2.16/linux/{0}
|
||||
targets:
|
||||
- name: Fedora 38
|
||||
test: fedora38
|
||||
- name: CentOS 7
|
||||
test: centos7
|
||||
- name: openSUSE 15
|
||||
test: opensuse15
|
||||
- name: Alpine 3
|
||||
test: alpine3
|
||||
groups:
|
||||
- 4
|
||||
- 5
|
||||
|
||||
### Community Docker
|
||||
- stage: Docker_community_devel
|
||||
@ -287,24 +257,6 @@ stages:
|
||||
- 3
|
||||
- 4
|
||||
- 5
|
||||
- stage: Remote_2_16
|
||||
displayName: Remote 2.16
|
||||
dependsOn: []
|
||||
jobs:
|
||||
- template: templates/matrix.yml
|
||||
parameters:
|
||||
testFormat: 2.16/{0}
|
||||
targets:
|
||||
- name: RHEL 8.8
|
||||
test: rhel/8.8
|
||||
- name: RHEL 7.9
|
||||
test: rhel/7.9
|
||||
groups:
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
- 4
|
||||
- 5
|
||||
|
||||
## Finally
|
||||
|
||||
@ -315,17 +267,14 @@ stages:
|
||||
- Ansible_2_19
|
||||
- Ansible_2_18
|
||||
- Ansible_2_17
|
||||
- Ansible_2_16
|
||||
- Remote_devel
|
||||
- Remote_2_19
|
||||
- Remote_2_18
|
||||
- Remote_2_17
|
||||
- Remote_2_16
|
||||
- Docker_devel
|
||||
- Docker_2_19
|
||||
- Docker_2_18
|
||||
- Docker_2_17
|
||||
- Docker_2_16
|
||||
- Docker_community_devel
|
||||
jobs:
|
||||
- template: templates/coverage.yml
|
||||
|
||||
2
.github/workflows/nox.yml
vendored
2
.github/workflows/nox.yml
vendored
@ -32,4 +32,4 @@ jobs:
|
||||
with:
|
||||
change-detection-in-prs: true
|
||||
upload-codecov: true
|
||||
max-ansible-core: "2.15"
|
||||
max-ansible-core: "2.16"
|
||||
|
||||
@ -8,7 +8,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
[](https://docs.ansible.com/ansible/devel/collections/community/docker/)
|
||||
[](https://dev.azure.com/ansible/community.docker/_build?definitionId=25)
|
||||
[](https://github.com/ansible-collections/community.docker/actions)
|
||||
[](https://github.com/ansible-collections/community.docker/actions)
|
||||
[](https://codecov.io/gh/ansible-collections/community.docker)
|
||||
[](https://api.reuse.software/info/github.com/ansible-collections/community.docker)
|
||||
|
||||
@ -94,6 +94,12 @@ ansible_core = "2.15"
|
||||
target = [ "azp/4/", "azp/5/" ]
|
||||
docker = [ "fedora37" ]
|
||||
|
||||
[[sessions.ansible_test_integration.sessions]]
|
||||
ansible_core = "2.16"
|
||||
target = [ "azp/4/", "azp/5/" ]
|
||||
docker = [ "fedora38", "opensuse15", "alpine3" ]
|
||||
# "centos7" does not work in GHA.
|
||||
|
||||
[[sessions.ee_check.execution_environments]]
|
||||
name = "devel-ubi-9"
|
||||
description = "ansible-core devel @ RHEL UBI 9"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user