Skip to content

Commit 4f6ed89

Browse files
authored
Run CI jobs with newer podman 4 (#525)
Signed-off-by: Sagi Shnaidman <[email protected]> Signed-off-by: Sagi Shnaidman <[email protected]>
1 parent 95649a6 commit 4f6ed89

30 files changed

+66
-70
lines changed

.github/workflows/collection-continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
python-version:
6666
- 3.8
6767
include:
68-
- runner-os: ubuntu-latest
68+
- runner-os: ubuntu-20.04
6969
runner-python-version: 2.7
7070
ansible-version: ansible<2.10
7171
python-version: 2.7

.github/workflows/podman_container.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ on:
3131
jobs:
3232

3333
test_podman_container:
34-
name: Podman container ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-latest' }}
35-
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
34+
name: Podman container ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-22.04' }}
35+
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
3636
defaults:
3737
run:
3838
shell: bash
@@ -115,8 +115,8 @@ jobs:
115115
shell: bash
116116

117117
test_podman_container_with_pip:
118-
name: Podman container w/ pip ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-latest' }}
119-
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
118+
name: Podman container w/ pip ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-22.04' }}
119+
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
120120
defaults:
121121
run:
122122
shell: bash

.github/workflows/podman_container_idem.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ on:
2929
jobs:
3030

3131
test_podman_container_idem:
32-
name: Podman container ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-latest' }}
33-
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
32+
name: Podman container ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-22.04' }}
33+
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
3434
defaults:
3535
run:
3636
shell: bash

.github/workflows/podman_container_info.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ on:
3131
jobs:
3232

3333
test_podman_container_info:
34-
name: Podman container info ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-latest' }}
35-
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
34+
name: Podman container info ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-22.04' }}
35+
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
3636
defaults:
3737
run:
3838
shell: bash
@@ -44,7 +44,7 @@ jobs:
4444
# - git+https://github.com/ansible/[email protected]
4545
- git+https://github.com/ansible/ansible.git@devel
4646
os:
47-
- ubuntu-latest
47+
- ubuntu-22.04
4848
python-version:
4949
- 3.9
5050

.github/workflows/podman_containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ on:
3131
jobs:
3232

3333
test_podman_containers:
34-
name: Podman multi containers ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-latest' }}
35-
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
34+
name: Podman multi containers ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-22.04' }}
35+
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
3636
defaults:
3737
run:
3838
shell: bash

.github/workflows/podman_export.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ on:
2525
jobs:
2626

2727
test_podman_export:
28-
name: Podman export ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-latest' }}
29-
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
28+
name: Podman export ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-22.04' }}
29+
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
3030
defaults:
3131
run:
3232
shell: bash

.github/workflows/podman_generate_systemd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ on:
2525
jobs:
2626

2727
test_podman_generate_systemd:
28-
name: Podman generate systemd ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-latest' }}
29-
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
28+
name: Podman generate systemd ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-22.04' }}
29+
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
3030
defaults:
3131
run:
3232
shell: bash

.github/workflows/podman_image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ on:
2727
jobs:
2828

2929
test_podman_image:
30-
name: Podman image ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-latest' }}
31-
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
30+
name: Podman image ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-22.04' }}
31+
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
3232
defaults:
3333
run:
3434
shell: bash

.github/workflows/podman_image_info.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ on:
2727
jobs:
2828

2929
test_podman_image_info:
30-
name: Podman image info ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-latest' }}
31-
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
30+
name: Podman image info ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-22.04' }}
31+
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
3232
defaults:
3333
run:
3434
shell: bash

.github/workflows/podman_import.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ on:
2525
jobs:
2626

2727
test_podman_import:
28-
name: Podman import ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-latest' }}
29-
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
28+
name: Podman import ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-22.04' }}
29+
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
3030
defaults:
3131
run:
3232
shell: bash

0 commit comments

Comments
 (0)