From 1cff47afe3c0d3fd36d2e0f8de3e9ba6c3eac224 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Tue, 2 Jul 2024 09:59:45 -0400 Subject: [PATCH] workflows: remove nautilus from CI test matrix This change removes nautilus from our github CI tests. The original plan was to remove nautilus from our test matrix when Ceph Squid was released. However, while Squid is not released yet, it is very very soon. In the meantime, CentOS 7 is now EOL and the container images for nautilus can not be updated. From the Ceph POV nautilus has been long unsupported and they will not be making any changes to the base OS for nautilus images. We have no desire to do workarounds for the EOLing of CentOS7 either. As such we're ending direct support for nautilus a little early but not by much. Note that this is only disabling our testing of nautilus - we're not going to be stripping the build tag from the sources. But we will no longer require new code to to add it either. Signed-off-by: John Mulligan --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index adb1012..4712bbf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,7 +66,6 @@ jobs: fail-fast: false matrix: ceph_version: - - "nautilus" - "octopus" - "pacific" - "quincy"