summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2024-06-03 11:07:11 -0400
committerGitHub <noreply@github.com>2024-06-03 11:07:11 -0400
commit6fe41e3cb541166b468b961ef47f925fda169256 (patch)
treec4893d71abce6e8c5390c08c2e2c86afb60f20b6 /.github
parentbc967c60594babfb53452cb09d203764a7ec40cc (diff)
Remove CentOS Stream 8 from CI. (#17599)
It’s EOL as of 2024-05-31.
Diffstat (limited to '.github')
-rw-r--r--.github/data/distros.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index e61c5be525..fcf188df31 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -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"