Skip to content

Commit

Permalink
Remove CentOS 8 from tests as it's Python is not supported anymore an…
Browse files Browse the repository at this point in the history
…d disable workaround.
  • Loading branch information
robin-checkmk committed Jun 7, 2024
1 parent 9659984 commit 2fbe908
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 61 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansible < 10.0.0 # Pin Ansible for now to avoid issues with CentOS 8
ansible
antsibull-changelog
antsibull-docs
ansible-lint
Expand Down
10 changes: 0 additions & 10 deletions roles/agent/molecule/2.1.0/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,6 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
- name: centos8
image: geerlingguy/docker-centos8-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
cgroupns_mode: host
tmpfs:
- /run
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
- name: rockylinux9
image: geerlingguy/docker-rockylinux9-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
Expand Down
10 changes: 0 additions & 10 deletions roles/agent/molecule/2.2.0/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,6 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
- name: centos8
image: geerlingguy/docker-centos8-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
cgroupns_mode: host
tmpfs:
- /run
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
- name: rockylinux9
image: geerlingguy/docker-rockylinux9-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
Expand Down
10 changes: 0 additions & 10 deletions roles/agent/molecule/2.3.0/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,6 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
- name: centos8
image: geerlingguy/docker-centos8-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
cgroupns_mode: host
tmpfs:
- /run
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
- name: rockylinux9
image: geerlingguy/docker-rockylinux9-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
Expand Down
10 changes: 0 additions & 10 deletions roles/server/molecule/2.1.0/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
- name: centos8
image: geerlingguy/docker-centos8-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
cgroupns_mode: host
tmpfs:
- /run
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
- name: rockylinux9
image: geerlingguy/docker-rockylinux9-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
Expand Down
10 changes: 0 additions & 10 deletions roles/server/molecule/2.2.0/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,6 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
- name: centos8
image: geerlingguy/docker-centos8-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
cgroupns_mode: host
tmpfs:
- /run
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
- name: rockylinux9
image: geerlingguy/docker-rockylinux9-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
Expand Down
10 changes: 0 additions & 10 deletions roles/server/molecule/2.3.0/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,6 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
- name: centos8
image: geerlingguy/docker-centos8-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
cgroupns_mode: host
tmpfs:
- /run
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
- name: rockylinux9
image: geerlingguy/docker-rockylinux9-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
Expand Down

0 comments on commit 2fbe908

Please sign in to comment.