Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove CentOS Stream 8 from CI. #17599

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/data/distros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,6 @@ include:
- aarch64
test:
ebpf-core: true
- <<: *centos_stream
version: '8'
base_image: 'quay.io/centos/centos:stream8'
packages:
<<: *cs_packages
repo_distro: el/c8s

- &debian
distro: debian
Expand Down Expand Up @@ -343,6 +337,12 @@ legacy: # Info for platforms we used to support and still need to handle package
packages:
<<: *opensuse_packages
repo_distro: opensuse/15.4
- <<: *centos_stream
version: '8'
base_image: 'quay.io/centos/centos:stream8'
packages:
<<: *cs_packages
repo_distro: el/c8s
no_include: # Info for platforms not covered in CI
- distro: docker
version: "19.03 or newer"
Expand Down