From: Andrew Grimberg Date: Fri, 4 Oct 2024 12:12:33 +0000 (-0700) Subject: CI: Remove old distros from molecule testing X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=da203c2c08a48d34fe15cf25334b8a8cd931a07c;p=ansible%2Froles%2Fpython-install.git CI: Remove old distros from molecule testing Centos7, Centos8, and Ubuntu1804 are all EOL and should be removed from the testing matrix. This will allow us to focus on the supported distros Change-Id: I7697d80d9d30292fba5aa761d72431ab5a871550 Signed-off-by: Andrew Grimberg --- diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index 797f564..040838b 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -111,9 +111,6 @@ jobs: strategy: matrix: distro: - - centos7 - - centos8 - - ubuntu1804 - ubuntu2004 - ubuntu2204 fail-fast: false