mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-18 21:02:36 +00:00
CI: ansible-core devel drops support for Python 2.7 and 3.6 (#691)
* ansible-core devel drops support for Python 2.7 and 3.6. * Force PyYAML 5.3.1 on Alpine.
This commit is contained in:
parent
e7133f8b1b
commit
2c633dadeb
@ -109,12 +109,8 @@ stages:
|
|||||||
parameters:
|
parameters:
|
||||||
testFormat: devel/linux/{0}
|
testFormat: devel/linux/{0}
|
||||||
targets:
|
targets:
|
||||||
- name: CentOS 7
|
- name: Fedora 38
|
||||||
test: centos7
|
test: fedora38
|
||||||
#- name: Fedora 38
|
|
||||||
# test: fedora38
|
|
||||||
- name: openSUSE 15
|
|
||||||
test: opensuse15
|
|
||||||
- name: Ubuntu 20.04
|
- name: Ubuntu 20.04
|
||||||
test: ubuntu2004
|
test: ubuntu2004
|
||||||
- name: Ubuntu 22.04
|
- name: Ubuntu 22.04
|
||||||
@ -132,8 +128,10 @@ stages:
|
|||||||
parameters:
|
parameters:
|
||||||
testFormat: 2.16/linux/{0}
|
testFormat: 2.16/linux/{0}
|
||||||
targets:
|
targets:
|
||||||
- name: Fedora 38
|
- name: CentOS 7
|
||||||
test: fedora38
|
test: centos7
|
||||||
|
- name: openSUSE 15
|
||||||
|
test: opensuse15
|
||||||
groups:
|
groups:
|
||||||
- 4
|
- 4
|
||||||
- 5
|
- 5
|
||||||
@ -181,10 +179,6 @@ stages:
|
|||||||
test: debian-bookworm/3.11
|
test: debian-bookworm/3.11
|
||||||
- name: ArchLinux
|
- name: ArchLinux
|
||||||
test: archlinux/3.11
|
test: archlinux/3.11
|
||||||
- name: CentOS Stream 8 with Python 3.6
|
|
||||||
test: centos-stream8/3.6
|
|
||||||
- name: CentOS Stream 8 with Python 3.9
|
|
||||||
test: centos-stream8/3.9
|
|
||||||
groups:
|
groups:
|
||||||
- 4
|
- 4
|
||||||
- 5
|
- 5
|
||||||
|
|||||||
2
.github/workflows/ansible-test.yml
vendored
2
.github/workflows/ansible-test.yml
vendored
@ -155,7 +155,7 @@ jobs:
|
|||||||
docker: ubuntu1804
|
docker: ubuntu1804
|
||||||
python: ''
|
python: ''
|
||||||
target: azp/5/
|
target: azp/5/
|
||||||
# 2.12
|
# 2.13
|
||||||
- ansible: '2.13'
|
- ansible: '2.13'
|
||||||
docker: fedora35
|
docker: fedora35
|
||||||
python: ''
|
python: ''
|
||||||
|
|||||||
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
# Copyright (c) Ansible Project
|
||||||
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
docker_compose_packages:
|
||||||
|
- docker-compose
|
||||||
|
docker_compose_pip_packages:
|
||||||
|
- docker-compose
|
||||||
|
# Force PyYAML to 5.3.1
|
||||||
|
- PyYAML==5.3.1
|
||||||
Loading…
Reference in New Issue
Block a user