Skip to content

Commit d1cbcde

Browse files
committed
Fixup CI versions. Drop all older RHEL releases which are broken.
1 parent 4be771f commit d1cbcde

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
include:
44-
- distro: centos8
45-
playbook: converge.yml
46-
experimental: false
47-
- distro: centos7
44+
- distro: rockylinux9
4845
playbook: converge.yml
4946
experimental: false
5047
- distro: ubuntu2004
@@ -53,12 +50,8 @@ jobs:
5350
- distro: debian10
5451
playbook: converge.yml
5552
experimental: false
56-
# Source install started failing recently.
57-
# - distro: centos7
58-
# playbook: playbook-source-install.yml
59-
# experimental: false
6053

61-
- distro: centos7
54+
- distro: rockylinux9
6255
playbook: playbook-snap-install.yml
6356
experimental: true
6457

molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ driver:
88
name: docker
99
platforms:
1010
- name: instance
11-
image: "geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux8}-ansible:latest"
11+
image: "geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux9}-ansible:latest"
1212
command: ${MOLECULE_DOCKER_COMMAND:-""}
1313
volumes:
1414
- /sys/fs/cgroup:/sys/fs/cgroup:rw

0 commit comments

Comments
 (0)