Skip to content

Commit

Permalink
tests: rootless podman linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdotcosta committed Apr 22, 2024
1 parent 3df0ca8 commit 905ec70
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr-kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ jobs:
exit 1
fi
# Rootless Podman doesn't work on Linux
kind-test-podman-rootless-linux:
name: Deploy Podman Rootless Linux
if: false
runs-on: ${{ matrix.os }}
env:
IngressHTTPPort: 30080
Expand Down Expand Up @@ -172,8 +172,10 @@ jobs:
exit 1
fi
# Disabling this workflow for now as GitHub action freezes in the middle of the process.
kind-test-podman-rootless-macos:
name: Deploy Podman Rootless MacOS
if: false
runs-on: ${{ matrix.os }}
env:
IngressHTTPPort: 30080
Expand Down Expand Up @@ -253,6 +255,7 @@ jobs:
exit 1
fi
# Disabling this workflow for now as GitHub action freezes in the middle of the process.
kind-test-podman-rootful-macos:
name: Deploy Podman Rootful MacOS
if: false
Expand Down

0 comments on commit 905ec70

Please sign in to comment.