Move ansible-core 2.17 to EOL CI. (#1188)

This commit is contained in:
Felix Fontein
2025-11-12 19:37:13 +01:00
committed by GitHub
parent c4169e2dcc
commit 24b8b82545
2 changed files with 1 additions and 48 deletions
-47
View File
@@ -84,17 +84,6 @@ stages:
test: '2.18/sanity/1'
- name: Units
test: '2.18/units/1'
- stage: Ansible_2_17
displayName: Sanity & Units 2.17
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
targets:
- name: Sanity
test: '2.17/sanity/1'
- name: Units
test: '2.17/units/1'
### Docker
- stage: Docker_2_20
@@ -148,23 +137,6 @@ stages:
groups:
- 4
- 5
- stage: Docker_2_17
displayName: Docker 2.17
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
testFormat: 2.17/linux/{0}
targets:
- name: Fedora 39
test: fedora39
- name: Ubuntu 20.04
test: ubuntu2004
- name: Alpine 3.19
test: alpine319
groups:
- 4
- 5
### Community Docker
- stage: Docker_community_2_20
@@ -243,22 +215,6 @@ stages:
- 3
- 4
- 5
- stage: Remote_2_17
displayName: Remote 2.17
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
testFormat: 2.17/{0}
targets:
- name: RHEL 9.3
test: rhel/9.3
groups:
- 1
- 2
- 3
- 4
- 5
## Finally
@@ -268,15 +224,12 @@ stages:
- Ansible_2_20
- Ansible_2_19
- Ansible_2_18
- Ansible_2_17
- Remote_2_20
- Remote_2_19
- Remote_2_18
- Remote_2_17
- Docker_2_20
- Docker_2_19
- Docker_2_18
- Docker_2_17
- Docker_community_2_20
jobs:
- template: templates/coverage.yml