Skip to content

Commit

Permalink
CL7->Cl8 elevations are currently broken upstream
Browse files Browse the repository at this point in the history
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:
  • Loading branch information
Travis Holloway committed Dec 12, 2024
1 parent 8e98d07 commit bb6d3e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb6d3e1

Please sign in to comment.