Skip to content

Commit

Permalink
The sysctl fs.protected_regular=0 was last needed for RHEL 7 / CentOS…
Browse files Browse the repository at this point in the history
… 7 on which we no longer test.
  • Loading branch information
adelton committed Sep 28, 2024
1 parent 62d1730 commit 9594973
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,6 @@ jobs:
name: freeipa-server-${{ matrix.os }}
- name: Load image
run: gunzip < freeipa-server-${{ matrix.os }}.tar.gz | docker load
- name: Disable fs.protected_regular
if: ${{ matrix.protected_regular == 'unset' }}
run: sudo sysctl fs.protected_regular=0
- name: Run master and replica
run: readonly=${{ matrix.readonly }} ca=${{ matrix.ca }} seccomp=${{ matrix.seccomp }} replica=${{ matrix.replica }} tests/run-master-and-replica.sh localhost/freeipa-server:${{ matrix.os }}
- name: Run partial tests
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/run-partial-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ jobs:
if: matrix.docker == 'podman' && matrix.runs-on != 'ubuntu-20.04'
- uses: ./.github/actions/docker-cgroups-ubuntu-22
if: matrix.docker == 'docker' && matrix.runs-on != 'ubuntu-20.04'
- run: sudo sysctl fs.protected_regular=0
if: ${{ matrix.protected_regular == 'unset' }}
- name: For RHEL builds, use entitlements
if: ${{ startsWith(matrix.os, 'rhel-') }}
uses: ./.github/actions/podman-entitlement
Expand Down

0 comments on commit 9594973

Please sign in to comment.