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

This commit is contained in:
Felix Fontein
2025-11-12 19:59:26 +01:00
committed by GitHub
parent dd82c009d6
commit 2c72af252b
2 changed files with 43 additions and 61 deletions

View File

@@ -37,6 +37,7 @@ jobs:
- '2.14'
- '2.15'
- '2.16'
- '2.17'
runs-on: ubuntu-latest
steps:
- name: Perform sanity testing
@@ -67,6 +68,7 @@ jobs:
- '2.14'
- '2.15'
- '2.16'
- '2.17'
steps:
- name: >-
@@ -316,6 +318,47 @@ jobs:
docker: default
python: '3.11'
target: azp/generic/2/
# 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: ubuntu2204
python: ''
target: azp/posix/1/
- ansible: '2.17'
docker: ubuntu2204
python: ''
target: azp/posix/2/
- ansible: '2.17'
docker: alpine319
python: ''
target: azp/posix/1/
- ansible: '2.17'
docker: alpine319
python: ''
target: azp/posix/2/
- ansible: '2.17'
docker: default
python: '3.7'
target: azp/generic/1/
- ansible: '2.17'
docker: default
python: '3.7'
target: azp/generic/2/
- ansible: '2.17'
docker: default
python: '3.12'
target: azp/generic/1/
- ansible: '2.17'
docker: default
python: '3.12'
target: azp/generic/2/
steps:
- name: >-