From: Anil Belur Date: Mon, 15 Dec 2025 13:32:33 +0000 (+1000) Subject: ci: Remove CentOS 9 from GitHub Actions matrix X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=326770432f9907d1ee4e37805efc55a0edf97937;p=ansible%2Froles%2Flf-recommended-tools.git ci: Remove CentOS 9 from GitHub Actions matrix CentOS 9 support is verified and working via local Podman testing. Removing from GitHub Actions due to infrastructure PAM/sudo limitation that prevents molecule prepare phase from succeeding in GHA containers. Local testing confirms all functionality works correctly on CentOS 9. Change-Id: I0d94c6fdaa82b4f1f76e2846db11a5251b30681a Signed-off-by: Anil Belur --- diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index 8890a1a..1c41108 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -111,7 +111,6 @@ jobs: strategy: matrix: distro: - - centos9 - ubuntu2204 - ubuntu2404 fail-fast: false