Remove CentOS Stream 8 from CI. (#17599)
It’s EOL as of 2024-05-31.
Austin S. Hemmelgarn committed
Jun 3, 2024 at 11:07 UTC
6fe41e3cb541166b468b961ef47f925fda169256
1 file changed
+6
-6
.github/data/distros.yml
+6
-6
@@ -135,12 +135,6 @@ include:
135
- aarch64
136
test:
137
ebpf-core: true
138
- - <<: *centos_stream
139
- version: '8'
140
- base_image: 'quay.io/centos/centos:stream8'
141
- packages:
142
- <<: *cs_packages
143
- repo_distro: el/c8s
138
139
- &debian
140
distro: debian
@@ -341,6 +335,12 @@ legacy: # Info for platforms we used to support and still need to handle package
335
packages:
336
<<: *opensuse_packages
337
repo_distro: opensuse/15.4
338
+ - <<: *centos_stream
339
+ version: '8'
340
+ base_image: 'quay.io/centos/centos:stream8'
341
+ packages:
342
+ <<: *cs_packages
343
+ repo_distro: el/c8s
344
no_include: # Info for platforms not covered in CI
345
- distro: docker
346
version: "19.03 or newer"