aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2024-04-29 18:22:43 +0100
committerDaniel P. Berrangé <berrange@redhat.com>2024-04-29 18:22:43 +0100
commit30978fde759aea79d06e7604094caee80f10aa49 (patch)
treea6b39a693731d1579bdc6abf8e34e48adfd56120
parentd1060e62094779396a1818e0ad7a2e8426f97456 (diff)
downloadlibvirt-ci-30978fde759aea79d06e7604094caee80f10aa49.zip
libvirt-ci-30978fde759aea79d06e7604094caee80f10aa49.tar.gz
libvirt-ci-30978fde759aea79d06e7604094caee80f10aa49.tar.bz2
gitlab: delete CentOS Stream8 container job
The CentOS distros goes EOL at the end of May at which point all the packages are archived and no longer installable. The CI will thus start failing. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
-rw-r--r--.gitlab-ci.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ff8d3d1..1b19450 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -269,13 +269,6 @@ x86_64-check-alpine-edge:
IMAGE: docker.io/library/alpine:edge
NAME: alpine-edge
-x86_64-check-centos-stream-8:
- extends: .check_container_template
- variables:
- <<: *dnf_dry_run_command
- IMAGE: quay.io/centos/centos:stream8
- NAME: centos-stream-8
-
x86_64-check-centos-stream-9:
extends: .check_container_template
allow_failure: true