CI: Remove old distros from molecule testing 26/73226/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Fri, 4 Oct 2024 12:12:33 +0000 (05:12 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Fri, 4 Oct 2024 12:12:33 +0000 (05:12 -0700)
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 <agrimberg@linuxfoundation.org>
.github/workflows/gerrit-verify.yaml

index 797f564..040838b 100644 (file)
@@ -111,9 +111,6 @@ jobs:
     strategy:
       matrix:
         distro:
-          - centos7
-          - centos8
-          - ubuntu1804
           - ubuntu2004
           - ubuntu2204
       fail-fast: false