Skip to content

Commit

Permalink
Remote CentOS Stream 8 completely.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jun 4, 2024
1 parent d4c3877 commit 5f0282b
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 100 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
python: '3.12'
ansible-core-1: ''
ansible-core-2: devel
# - name: centos-stream8
# python: '3.6 3.9'
# ansible-core-1: '==2.15'
# ansible-core-2: stable-2.16
- name: debian-bullseye
python: '3.9'
ansible-core-1: ''
Expand Down
7 changes: 2 additions & 5 deletions ansible-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,30 +41,27 @@ Example:

```bash
dnf -y install podman buildah
./centos-stream8/build.sh
./archlinux/build.sh

pip install ansible-core --user
git clone https://github.com/ansible-collections/community.general ansible_collections/community/general
cd ansible_collections/community/general
ansible-test integration --python 3.6 --docker localhost/test-image:centos-stream8 ini_file
ansible-test integration --python 3.12 --docker localhost/test-image:archlinux ini_file
```

## Available images

| image | py27 | py36 | py38 | py39 | py3.10 | py3.11 | py3.12 | Notes |
|-------------------|------|------|------|------|--------|--------|---------------------------------------------|
| [archlinux] | | | | | | | ✔️ | |
| [centos-stream8] | | ✔️ | | ✔️ | | | | Based on [centos8 ansible-test image] |
| [debian-bullseye] | | | | ✔️ | | | | Based on [ubuntu2004 ansible-test image] |
| [debian-bookworm] | | | | | | ✔️ | | Based on debian-bullseye ansible-test image |


Note that these images from only work with ansible-test from ansible-core 2.14.0 or later.

[archlinux]: https://quay.io/ansible-community/test-image:archlinux
[centos-stream8]: https://quay.io/ansible-community/test-image:centos-stream8
[debian-bullseye]: https://quay.io/ansible-community/test-image:debian-bullseye
[debian-bookworm]: https://quay.io/ansible-community/test-image:debian-bookworm

[centos8 ansible-test image]: https://github.com/ansible/distro-test-containers/blob/c4fe28818f5a33b675652637e3057bafe50039ee/centos8-test-container/Dockerfile
[ubuntu2004 ansible-test image]: https://github.com/ansible/distro-test-containers/blob/c4fe28818f5a33b675652637e3057bafe50039ee/ubuntu2004-test-container/Dockerfile
33 changes: 0 additions & 33 deletions ansible-test/centos-stream8/build.sh

This file was deleted.

44 changes: 0 additions & 44 deletions ansible-test/centos-stream8/dependencies.txt

This file was deleted.

3 changes: 0 additions & 3 deletions ansible-test/centos-stream8/requirements-old.txt

This file was deleted.

3 changes: 0 additions & 3 deletions ansible-test/centos-stream8/requirements.txt

This file was deleted.

2 changes: 0 additions & 2 deletions playbooks/publish-ansible-test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
# These images are meant to be provided by running the "build-ansible-test-images.yml" playbook.
- name: localhost/test-image
tag: archlinux
# - name: localhost/test-image
# tag: centos-stream8
- name: localhost/test-image
tag: debian-bullseye
- name: localhost/test-image
Expand Down
6 changes: 0 additions & 6 deletions roles/build-ansible-test-images/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ images_available:
script: ansible-test/archlinux/build.sh
pythons:
- "3.12"
# - name: localhost/test-image
# tag: centos-stream8
# script: ansible-test/centos-stream8/build.sh
# pythons:
# - "3.6"
# - "3.9"
- name: localhost/test-image
tag: debian-bullseye
script: ansible-test/debian-bullseye/build.sh
Expand Down

0 comments on commit 5f0282b

Please sign in to comment.