Move ansible-core 2.16 to EOL CI. (#962)

This commit is contained in:
Felix Fontein
2025-10-27 19:16:18 +01:00
committed by GitHub
parent be91644e04
commit cb137cfb1c
2 changed files with 51 additions and 68 deletions

View File

@@ -36,6 +36,7 @@ jobs:
- '2.13'
- '2.14'
- '2.15'
- '2.16'
runs-on: ubuntu-latest
steps:
- name: Perform sanity testing
@@ -65,6 +66,7 @@ jobs:
- '2.13'
- '2.14'
- '2.15'
- '2.16'
steps:
- name: >-
@@ -265,6 +267,55 @@ jobs:
docker: default
python: '3.10'
target: azp/generic/2/
# 2.16
- ansible: '2.16'
docker: fedora38
python: ''
target: azp/posix/1/
- ansible: '2.16'
docker: fedora38
python: ''
target: azp/posix/2/
- ansible: '2.16'
docker: opensuse15
python: ''
target: azp/posix/1/
- ansible: '2.16'
docker: opensuse15
python: ''
target: azp/posix/2/
- ansible: '2.16'
docker: alpine3
python: ''
target: azp/posix/1/
- ansible: '2.16'
docker: alpine3
python: ''
target: azp/posix/2/
- ansible: '2.16'
docker: default
python: '2.7'
target: azp/generic/1/
- ansible: '2.16'
docker: default
python: '2.7'
target: azp/generic/2/
- ansible: '2.16'
docker: default
python: '3.6'
target: azp/generic/1/
- ansible: '2.16'
docker: default
python: '3.6'
target: azp/generic/2/
- ansible: '2.16'
docker: default
python: '3.11'
target: azp/generic/1/
- ansible: '2.16'
docker: default
python: '3.11'
target: azp/generic/2/
steps:
- name: >-