mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-26 21:33:25 +00:00
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:
27
.github/workflows/ansible-test.yml
vendored
27
.github/workflows/ansible-test.yml
vendored
@@ -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: >-
|
||||
|
||||
Reference in New Issue
Block a user