mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-04-25 18:42:40 +00:00
Run CI on Ubuntu 22.04
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
6dc481ae2c
commit
3fe1edb5b4
26 changed files with 39 additions and 36 deletions
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
runner-os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
ansible-version:
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.13
|
||||
runner-python-version:
|
||||
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
runner-os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
runner-python-version:
|
||||
- 3.8
|
||||
ansible-version:
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
runner-os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
ansible-version:
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.13
|
||||
runner-python-version:
|
||||
|
|
|
|||
2
.github/workflows/collection-publish.yml
vendored
2
.github/workflows/collection-publish.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
runner-os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
ansible-version:
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.13
|
||||
runner-python-version:
|
||||
|
|
|
|||
18
.github/workflows/connections_tests.yml
vendored
18
.github/workflows/connections_tests.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
runner-os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
ansible-version:
|
||||
- git+https://github.com/ansible/ansible.git@stable-2.13
|
||||
runner-python-version:
|
||||
|
|
@ -65,10 +65,10 @@ jobs:
|
|||
path: .cache/collection-tarballs
|
||||
|
||||
test-podman-connection:
|
||||
name: Podman connection VM ${{ matrix.os || 'ubuntu-20.04' }}-${{ matrix.ansible-version }}
|
||||
name: Podman connection VM ${{ matrix.os || 'ubuntu-22.04' }}-${{ matrix.ansible-version }}
|
||||
needs:
|
||||
- build-collection-artifact-connection-tests
|
||||
runs-on: ${{ matrix.os || 'ubuntu-20.04' }}
|
||||
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
|
@ -80,8 +80,8 @@ jobs:
|
|||
- git+https://github.com/ansible/ansible.git@stable-2.13
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
#- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
#- ubuntu-22.04
|
||||
#- ubuntu-16.04
|
||||
#- macos-latest
|
||||
python-version:
|
||||
|
|
@ -156,10 +156,10 @@ jobs:
|
|||
shell: bash
|
||||
|
||||
test-buildah-connection:
|
||||
name: Buildah connection VM ${{ matrix.os || 'ubuntu-20.04' }}-${{ matrix.ansible-version }}
|
||||
name: Buildah connection VM ${{ matrix.os || 'ubuntu-22.04' }}-${{ matrix.ansible-version }}
|
||||
needs:
|
||||
- build-collection-artifact-connection-tests
|
||||
runs-on: ${{ matrix.os || 'ubuntu-20.04' }}
|
||||
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
|
@ -171,8 +171,8 @@ jobs:
|
|||
- git+https://github.com/ansible/ansible.git@stable-2.13
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
#- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
#- ubuntu-22.04
|
||||
#- ubuntu-16.04
|
||||
#- macos-latest
|
||||
python-version:
|
||||
|
|
|
|||
4
.github/workflows/podman_container.yml
vendored
4
.github/workflows/podman_container.yml
vendored
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
- git+https://github.com/ansible/ansible.git@stable-2.13
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- 3.9
|
||||
|
||||
|
|
@ -128,7 +128,7 @@ jobs:
|
|||
- ansible<2.10
|
||||
#- git+https://github.com/ansible/ansible.git@stable-2.10
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- 3.9
|
||||
|
||||
|
|
|
|||
2
.github/workflows/podman_container_idem.yml
vendored
2
.github/workflows/podman_container_idem.yml
vendored
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
# - git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- 3.9
|
||||
|
||||
|
|
|
|||
2
.github/workflows/podman_containers.yml
vendored
2
.github/workflows/podman_containers.yml
vendored
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
- git+https://github.com/ansible/ansible.git@stable-2.13
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- 3.9
|
||||
|
||||
|
|
|
|||
2
.github/workflows/podman_export.yml
vendored
2
.github/workflows/podman_export.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
# - git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- 3.9
|
||||
|
||||
|
|
|
|||
2
.github/workflows/podman_image.yml
vendored
2
.github/workflows/podman_image.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
# - git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- 3.9
|
||||
|
||||
|
|
|
|||
2
.github/workflows/podman_image_info.yml
vendored
2
.github/workflows/podman_image_info.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
# - git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- 3.9
|
||||
|
||||
|
|
|
|||
2
.github/workflows/podman_import.yml
vendored
2
.github/workflows/podman_import.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
# - git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- 3.9
|
||||
|
||||
|
|
|
|||
2
.github/workflows/podman_load.yml
vendored
2
.github/workflows/podman_load.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
# - git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- 3.9
|
||||
|
||||
|
|
|
|||
2
.github/workflows/podman_login.yml
vendored
2
.github/workflows/podman_login.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
# - git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- 3.9
|
||||
|
||||
|
|
|
|||
2
.github/workflows/podman_login_info.yml
vendored
2
.github/workflows/podman_login_info.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
# - git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- 3.9
|
||||
|
||||
|
|
|
|||
2
.github/workflows/podman_logout.yml
vendored
2
.github/workflows/podman_logout.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
# - git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- 3.9
|
||||
|
||||
|
|
|
|||
2
.github/workflows/podman_network.yml
vendored
2
.github/workflows/podman_network.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
# - git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- 3.9
|
||||
|
||||
|
|
|
|||
2
.github/workflows/podman_network_info.yml
vendored
2
.github/workflows/podman_network_info.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
# - git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- 3.9
|
||||
|
||||
|
|
|
|||
2
.github/workflows/podman_play.yml
vendored
2
.github/workflows/podman_play.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
# - git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- 3.9
|
||||
|
||||
|
|
|
|||
2
.github/workflows/podman_pod.yml
vendored
2
.github/workflows/podman_pod.yml
vendored
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
# - git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- 3.9
|
||||
|
||||
|
|
|
|||
2
.github/workflows/podman_pod_info.yml
vendored
2
.github/workflows/podman_pod_info.yml
vendored
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
# - git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- 3.9
|
||||
|
||||
|
|
|
|||
2
.github/workflows/podman_save.yml
vendored
2
.github/workflows/podman_save.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
# - git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- 3.9
|
||||
|
||||
|
|
|
|||
4
.github/workflows/podman_secret.yml
vendored
4
.github/workflows/podman_secret.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
- git+https://github.com/ansible/ansible.git@stable-2.12
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- 3.9
|
||||
|
||||
|
|
@ -123,7 +123,7 @@ jobs:
|
|||
- ansible<2.10
|
||||
#- git+https://github.com/ansible/ansible.git@stable-2.10
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- 3.9
|
||||
|
||||
|
|
|
|||
2
.github/workflows/podman_tag.yml
vendored
2
.github/workflows/podman_tag.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
# - git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- 3.9
|
||||
|
||||
|
|
|
|||
2
.github/workflows/podman_volume.yml
vendored
2
.github/workflows/podman_volume.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
# - git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- 3.9
|
||||
|
||||
|
|
|
|||
2
.github/workflows/podman_volume_info.yml
vendored
2
.github/workflows/podman_volume_info.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
# - git+https://github.com/ansible/ansible.git@stable-2.11
|
||||
- git+https://github.com/ansible/ansible.git@devel
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
python-version:
|
||||
- 3.9
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue