Skip to content

Commit

Permalink
Fixup CI versions. Drop all older RHEL releases which are broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jul 16, 2024
1 parent 4be771f commit d1cbcde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ jobs:
strategy:
matrix:
include:
- distro: centos8
playbook: converge.yml
experimental: false
- distro: centos7
- distro: rockylinux9
playbook: converge.yml
experimental: false
- distro: ubuntu2004
Expand All @@ -53,12 +50,8 @@ jobs:
- distro: debian10
playbook: converge.yml
experimental: false
# Source install started failing recently.
# - distro: centos7
# playbook: playbook-source-install.yml
# experimental: false

- distro: centos7
- distro: rockylinux9
playbook: playbook-snap-install.yml
experimental: true

Expand Down
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ driver:
name: docker
platforms:
- name: instance
image: "geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux8}-ansible:latest"
image: "geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux9}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
Expand Down

0 comments on commit d1cbcde

Please sign in to comment.