Move ansible-core 2.12 to EOL CI (#640)

* https://github.com/ansible/ansible/pull/79734 has been merged and backported for all branches but stable-2.10 and stable-2.11.

* Move ansible-core 2.12 to EOL CI.
This commit is contained in:
Felix Fontein
2023-05-29 17:01:07 +02:00
committed by GitHub
parent 748d619fb2
commit cad2ecca3d
2 changed files with 30 additions and 50 deletions
-47
View File
@@ -99,17 +99,6 @@ stages:
test: '2.13/sanity/1'
- name: Units
test: '2.13/units/1'
- stage: Ansible_2_12
displayName: Sanity & Units 2.12
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
targets:
- name: Sanity
test: '2.12/sanity/1'
- name: Units
test: '2.12/units/1'
### Docker
- stage: Docker_devel
@@ -178,23 +167,6 @@ stages:
groups:
- 4
- 5
- stage: Docker_2_12
displayName: Docker 2.12
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
testFormat: 2.12/linux/{0}
targets:
- name: Fedora 33
test: fedora33
- name: Fedora 34
test: fedora34
- name: Ubuntu 18.04
test: ubuntu1804
groups:
- 4
- 5
### Community Docker
- stage: Docker_community_devel
@@ -282,22 +254,6 @@ stages:
- 3
- 4
- 5
- stage: Remote_2_12
displayName: Remote 2.12
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
testFormat: 2.12/{0}
targets:
- name: RHEL 8.4
test: rhel/8.4
groups:
- 1
- 2
- 3
- 4
- 5
## Finally
@@ -308,17 +264,14 @@ stages:
- Ansible_2_15
- Ansible_2_14
- Ansible_2_13
- Ansible_2_12
- Remote_devel
- Remote_2_15
- Remote_2_14
- Remote_2_13
- Remote_2_12
- Docker_devel
- Docker_2_15
- Docker_2_14
- Docker_2_13
- Docker_2_12
- Docker_community_devel
jobs:
- template: templates/coverage.yml