mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Upgrade Python version for latest Ansible (#786)
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
c7a2aec93c
commit
680b9a9309
5 changed files with 45 additions and 20 deletions
|
|
@ -57,31 +57,31 @@ jobs:
|
|||
runner-os:
|
||||
- ubuntu-22.04
|
||||
runner-python-version:
|
||||
- 3.9
|
||||
- '3.10'
|
||||
ansible-version:
|
||||
- ansible<2.10
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.15
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.17
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
python-version:
|
||||
- 3.9
|
||||
- '3.10'
|
||||
include:
|
||||
- runner-os: ubuntu-22.04
|
||||
runner-python-version: '3.10'
|
||||
runner-python-version: '3.11'
|
||||
ansible-version: git+https://github.com/ansible/ansible.git@devel
|
||||
python-version: '3.10'
|
||||
python-version: '3.11'
|
||||
- runner-os: ubuntu-22.04
|
||||
runner-python-version: 3.8
|
||||
ansible-version: ansible<2.10
|
||||
python-version: 3.8
|
||||
exclude:
|
||||
- runner-os: ubuntu-22.04
|
||||
runner-python-version: 3.9
|
||||
runner-python-version: '3.10'
|
||||
ansible-version: git+https://github.com/ansible/ansible.git@devel
|
||||
python-version: 3.9
|
||||
python-version: '3.10'
|
||||
- runner-os: ubuntu-22.04
|
||||
runner-python-version: 3.9
|
||||
runner-python-version: '3.10'
|
||||
ansible-version: ansible<2.10
|
||||
python-version: 3.9
|
||||
python-version: '3.10'
|
||||
|
||||
steps:
|
||||
- name: Set up Python ${{ matrix.runner-python-version }}
|
||||
|
|
|
|||
20
.github/workflows/connections_tests.yml
vendored
20
.github/workflows/connections_tests.yml
vendored
|
|
@ -77,7 +77,7 @@ jobs:
|
|||
matrix:
|
||||
ansible-version:
|
||||
- ansible<2.10
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.15
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.17
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-22.04
|
||||
|
|
@ -90,6 +90,14 @@ jobs:
|
|||
#- 3.6
|
||||
#- 3.5
|
||||
#- 2.7
|
||||
include:
|
||||
- os: ubuntu-22.04
|
||||
ansible-version: git+https://github.com/ansible/ansible.git@devel
|
||||
python-version: "3.11"
|
||||
exclude:
|
||||
- os: ubuntu-22.04
|
||||
ansible-version: git+https://github.com/ansible/ansible.git@devel
|
||||
python-version: "3.10"
|
||||
|
||||
steps:
|
||||
|
||||
|
|
@ -167,7 +175,7 @@ jobs:
|
|||
matrix:
|
||||
ansible-version:
|
||||
- ansible<2.10
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.15
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.17
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-22.04
|
||||
|
|
@ -180,6 +188,14 @@ jobs:
|
|||
#- 3.6
|
||||
#- 3.5
|
||||
#- 2.7
|
||||
include:
|
||||
- os: ubuntu-22.04
|
||||
ansible-version: git+https://github.com/ansible/ansible.git@devel
|
||||
python-version: "3.11"
|
||||
exclude:
|
||||
- os: ubuntu-22.04
|
||||
ansible-version: git+https://github.com/ansible/ansible.git@devel
|
||||
python-version: "3.10"
|
||||
|
||||
steps:
|
||||
|
||||
|
|
|
|||
13
.github/workflows/podman_container.yml
vendored
13
.github/workflows/podman_container.yml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
matrix:
|
||||
ansible-version:
|
||||
- ansible<2.10
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.15
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.17
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-22.04
|
||||
|
|
@ -53,9 +53,18 @@ jobs:
|
|||
- unstable
|
||||
include:
|
||||
- os: ubuntu-22.04
|
||||
ansible-version: git+https://github.com/ansible/ansible.git@stable-2.15
|
||||
ansible-version: git+https://github.com/ansible/ansible.git@stable-2.17
|
||||
python-version: "3.10"
|
||||
podman-version: stable
|
||||
- os: ubuntu-22.04
|
||||
ansible-version: git+https://github.com/ansible/ansible.git@devel
|
||||
python-version: "3.11"
|
||||
podman-version: unstable
|
||||
exclude:
|
||||
- os: ubuntu-22.04
|
||||
ansible-version: git+https://github.com/ansible/ansible.git@devel
|
||||
python-version: "3.10"
|
||||
podman-version: unstable
|
||||
|
||||
steps:
|
||||
|
||||
|
|
|
|||
8
.github/workflows/podman_container_exec.yml
vendored
8
.github/workflows/podman_container_exec.yml
vendored
|
|
@ -34,13 +34,13 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
ansible-version:
|
||||
- ansible<2.10
|
||||
# - git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
# - ansible<2.10
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.17
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
|
||||
steps:
|
||||
|
||||
|
|
@ -96,4 +96,4 @@ jobs:
|
|||
-e ansible_connection=local \
|
||||
-e setup_python=false
|
||||
TEST2RUN=podman_container_exec ./ci/run_containers_tests.sh
|
||||
shell: bash
|
||||
shell: bash
|
||||
|
|
|
|||
6
.github/workflows/podman_container_idem.yml
vendored
6
.github/workflows/podman_container_idem.yml
vendored
|
|
@ -38,13 +38,13 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
ansible-version:
|
||||
- ansible<2.10
|
||||
# - git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
# - ansible<2.10
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.17
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
|
||||
steps:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue