From 30978fde759aea79d06e7604094caee80f10aa49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Mon, 29 Apr 2024 18:22:43 +0100 Subject: gitlab: delete CentOS Stream8 container job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é --- .gitlab-ci.yml | 7 ------- 1 file changed, 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 -- cgit v1.1