0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-17 19:22:40 +00:00

Remove CentOS Stream 8 from CI. ()

It’s EOL as of 2024-05-31.
This commit is contained in:
Austin S. Hemmelgarn 2024-06-03 11:07:11 -04:00 committed by GitHub
parent bc967c6059
commit 6fe41e3cb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
@ -341,6 +335,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"