Move EOL'ed ansible-core 2.15 from AZP to GHA (#840)

* Move EOL'ed ansible-core 2.15 from AZP to GHA.

* CentOS 7 does not work in GHA.
This commit is contained in:
Felix Fontein
2025-01-14 19:31:03 +01:00
committed by GitHub
parent ae35be3437
commit fd67767538
2 changed files with 29 additions and 65 deletions

View File

@@ -35,6 +35,7 @@ jobs:
- '2.12'
- '2.13'
- '2.14'
- '2.15'
# 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
# image for these stable branches. The list of branches where this is necessary will
@@ -77,6 +78,7 @@ jobs:
- '2.12'
- '2.13'
- '2.14'
- '2.15'
steps:
- name: >-
@@ -258,6 +260,31 @@ jobs:
docker: default
python: '3.9'
target: azp/generic/2/
# 2.15
- ansible: '2.15'
docker: fedora37
python: ''
target: azp/posix/1/
- ansible: '2.15'
docker: fedora37
python: ''
target: azp/posix/2/
- ansible: '2.15'
docker: default
python: '3.5'
target: azp/generic/1/
- ansible: '2.15'
docker: default
python: '3.5'
target: azp/generic/2/
- ansible: '2.15'
docker: default
python: '3.10'
target: azp/generic/1/
- ansible: '2.15'
docker: default
python: '3.10'
target: azp/generic/2/
steps:
- name: >-