From bb6d3e130389d894d48741422823ccd104b88615 Mon Sep 17 00:00:00 2001 From: Travis Holloway Date: Wed, 11 Dec 2024 18:15:29 -0600 Subject: [PATCH] CL7->Cl8 elevations are currently broken upstream This change disables the cl7->cl8 pipeline since elevations are currently broken due to an issue within the ea-cpanel-tools package provided by CloudLinux that causes all elevation attempts from cl7 to cl8 to be blocked by the EA4 blocker. Changelog: --- ...x-7.yml => openstack-cloudlinux-7.yml.disabled} | 0 .github/workflows/testsuite.yml | 14 +++++++------- 2 files changed, 7 insertions(+), 7 deletions(-) rename .github/workflows/{openstack-cloudlinux-7.yml => openstack-cloudlinux-7.yml.disabled} (100%) diff --git a/.github/workflows/openstack-cloudlinux-7.yml b/.github/workflows/openstack-cloudlinux-7.yml.disabled similarity index 100% rename from .github/workflows/openstack-cloudlinux-7.yml rename to .github/workflows/openstack-cloudlinux-7.yml.disabled diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index fd6f489d..0db64721 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -86,13 +86,13 @@ jobs: (github.event_name == 'pull_request' && github.base_ref == 'main') || (github.event_name == 'push' && github.ref == 'refs/heads/main') - CloudLinux-7: - needs: testsuite - uses: ./.github/workflows/openstack-cloudlinux-7.yml - secrets: inherit - if: > - (github.event_name == 'pull_request' && github.base_ref == 'main') || - (github.event_name == 'push' && github.ref == 'refs/heads/main') + #CloudLinux-7: + #needs: testsuite + #uses: ./.github/workflows/openstack-cloudlinux-7.yml + #secrets: inherit + #if: > + #(github.event_name == 'pull_request' && github.base_ref == 'main') || + #(github.event_name == 'push' && github.ref == 'refs/heads/main') Ubuntu-20: needs: testsuite