From e1377f6f500ed386f8768f142dc91be595c394c5 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Fri, 1 Mar 2024 10:38:42 -0800 Subject: [PATCH] CI: Remove centos-7 jobs CentOS 7 will go EOL later this year, and infra wants to drop the nodes soon-ish -- don't make them wait on our account. Change-Id: Iaa31fc95ed2d100726adf60807c8bf95599afd3f --- .zuul.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 121cb2b..a095358 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -13,14 +13,6 @@ Build and run test and valgrind-test for liberasurecode on arm64. -- job: - name: liberasurecode-unittests-centos-7 - parent: liberasurecode-unittests - nodeset: centos-7 - description: | - Build and run test and valgrind-test for liberasurecode. - This job runs on CentOS-7. - - job: name: liberasurecode-unittests-centos-8-stream parent: liberasurecode-unittests @@ -57,7 +49,6 @@ check: jobs: - liberasurecode-unittests - - liberasurecode-unittests-centos-7 - liberasurecode-unittests-centos-8-stream - liberasurecode-unittests-centos-9-stream - liberasurecode-unittests-centos-9-stream-fips @@ -68,7 +59,6 @@ gate: jobs: - liberasurecode-unittests - - liberasurecode-unittests-centos-7 - liberasurecode-unittests-centos-8-stream - liberasurecode-unittests-centos-9-stream - liberasurecode-unittests-centos-9-stream-fips