[stable-10] Move ansible-core 2.17 to EOL CI (#11128)

Move ansible-core 2.17 to EOL CI.
This commit is contained in:
Felix Fontein
2025-11-12 19:46:02 +01:00
committed by GitHub
parent 4f49435e8a
commit a8ec62e620
2 changed files with 44 additions and 75 deletions

View File

@@ -95,19 +95,6 @@ stages:
- test: 2 - test: 2
- test: 3 - test: 3
- test: 4 - test: 4
- stage: Sanity_2_17
displayName: Sanity 2.17
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: Test {0}
testFormat: 2.17/sanity/{0}
targets:
- test: 1
- test: 2
- test: 3
- test: 4
### Units ### Units
- stage: Units_2_20 - stage: Units_2_20
displayName: Units 2.20 displayName: Units 2.20
@@ -148,18 +135,6 @@ stages:
- test: 3.8 - test: 3.8
- test: "3.11" - test: "3.11"
- test: "3.13" - test: "3.13"
- stage: Units_2_17
displayName: Units 2.17
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: Python {0}
testFormat: 2.17/units/{0}/1
targets:
- test: 3.7
- test: "3.10"
- test: "3.12"
## Remote ## Remote
- stage: Remote_2_20_extra_vms - stage: Remote_2_20_extra_vms
@@ -238,22 +213,6 @@ stages:
- 1 - 1
- 2 - 2
- 3 - 3
- stage: Remote_2_17
displayName: Remote 2.17
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
testFormat: 2.17/{0}
targets:
- name: FreeBSD 13.5
test: freebsd/13.5
- name: RHEL 9.3
test: rhel/9.3
groups:
- 1
- 2
- 3
### Docker ### Docker
- stage: Docker_2_20 - stage: Docker_2_20
@@ -310,24 +269,6 @@ stages:
- 1 - 1
- 2 - 2
- 3 - 3
- 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: Alpine 3.19
test: alpine319
- name: Ubuntu 20.04
test: ubuntu2004
groups:
- 1
- 2
- 3
### Community Docker ### Community Docker
- stage: Docker_community_2_20 - stage: Docker_community_2_20
@@ -387,17 +328,6 @@ stages:
# targets: # targets:
# - test: '3.8' # - test: '3.8'
# - test: '3.13' # - test: '3.13'
# - stage: Generic_2_17
# displayName: Generic 2.17
# dependsOn: []
# jobs:
# - template: templates/matrix.yml
# parameters:
# nameFormat: Python {0}
# testFormat: 2.17/generic/{0}/1
# targets:
# - test: '3.7'
# - test: '3.12'
- stage: Summary - stage: Summary
condition: succeededOrFailed() condition: succeededOrFailed()
@@ -405,25 +335,20 @@ stages:
- Sanity_2_20 - Sanity_2_20
- Sanity_2_19 - Sanity_2_19
- Sanity_2_18 - Sanity_2_18
- Sanity_2_17
- Units_2_20 - Units_2_20
- Units_2_19 - Units_2_19
- Units_2_18 - Units_2_18
- Units_2_17
- Remote_2_20_extra_vms - Remote_2_20_extra_vms
- Remote_2_20 - Remote_2_20
- Remote_2_19 - Remote_2_19
- Remote_2_18 - Remote_2_18
- Remote_2_17
- Docker_2_20 - Docker_2_20
- Docker_2_19 - Docker_2_19
- Docker_2_18 - Docker_2_18
- Docker_2_17
- Docker_community_2_20 - Docker_community_2_20
# Right now all generic tests are disabled. Uncomment when at least one of them is re-enabled. # Right now all generic tests are disabled. Uncomment when at least one of them is re-enabled.
# - Generic_2_20 # - Generic_2_20
# - Generic_2_19 # - Generic_2_19
# - Generic_2_18 # - Generic_2_18
# - Generic_2_17
jobs: jobs:
- template: templates/coverage.yml - template: templates/coverage.yml

View File

@@ -31,6 +31,7 @@ jobs:
ansible: ansible:
- '2.15' - '2.15'
- '2.16' - '2.16'
- '2.17'
# Ansible-test on various stable branches does not yet work well with cgroups v2. # Ansible-test on various stable branches does not yet work well with cgroups v2.
# Since ubuntu-latest now uses Ubuntu 22.04, we need to fall back to the ubuntu-20.04 # Since ubuntu-latest now uses Ubuntu 22.04, we need to fall back to the ubuntu-20.04
# image for these stable branches. The list of branches where this is necessary will # image for these stable branches. The list of branches where this is necessary will
@@ -80,6 +81,12 @@ jobs:
python: '3.6' python: '3.6'
- ansible: '2.16' - ansible: '2.16'
python: '3.11' python: '3.11'
- ansible: '2.17'
python: '3.7'
- ansible: '2.17'
python: '3.10'
- ansible: '2.17'
python: '3.12'
steps: steps:
- name: >- - name: >-
@@ -182,6 +189,43 @@ jobs:
docker: opensuse15 docker: opensuse15
python: '' python: ''
target: azp/posix/3/ target: azp/posix/3/
# 2.17
- ansible: '2.17'
docker: fedora39
python: ''
target: azp/posix/1/
- ansible: '2.17'
docker: fedora39
python: ''
target: azp/posix/2/
- ansible: '2.17'
docker: fedora39
python: ''
target: azp/posix/3/
- ansible: '2.17'
docker: alpine319
python: ''
target: azp/posix/1/
- ansible: '2.17'
docker: alpine319
python: ''
target: azp/posix/2/
- ansible: '2.17'
docker: alpine319
python: ''
target: azp/posix/3/
- ansible: '2.17'
docker: ubuntu2004
python: ''
target: azp/posix/1/
- ansible: '2.17'
docker: ubuntu2004
python: ''
target: azp/posix/2/
- ansible: '2.17'
docker: ubuntu2004
python: ''
target: azp/posix/3/
steps: steps:
- name: >- - name: >-