Skip to content

Commit 0d0313b

Browse files
author
Dmitriy Rabotyagov
committed
Remove CentOS 8 Stream testing
At the moment there's an issue with systemd in CentOS 8 image that prevents ansible to run properly against it.
1 parent 855e21f commit 0d0313b

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
scenario:
19-
- centos-systemd:stream8
20-
- centos-systemd:stream9
21-
- debian-systemd:11
22-
- ubuntu-systemd:20.04
23-
- ubuntu-systemd:22.04
19+
- tag: centos-systemd:stream9
20+
user: quay.io/gotmax23
21+
- tag: debian-systemd:11
22+
user: quay.io/gotmax23
23+
- tag: ubuntu-systemd:20.04
24+
user: quay.io/gotmax23
25+
- tag: ubuntu-systemd:22.04
26+
user: quay.io/gotmax23
2427
python-version:
2528
- 3.8
2629
ansible-version:
@@ -48,5 +51,6 @@ jobs:
4851
- name: Test with molecule
4952
run: |
5053
cd ${{ github.repository }}
51-
export docker_image_tag="${{ matrix.scenario }}"
54+
export docker_image_tag="${{ matrix.scenario.tag }}"
55+
export docker_user="${{ matrix.scenario.user }}"
5256
python3 -m molecule test

0 commit comments

Comments
 (0)