Skip to content

Commit f27eb14

Browse files
committed
ci: remove podman install
Signed-off-by: Philippe Martin <[email protected]>
1 parent f651668 commit f27eb14

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,6 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6363

64-
# ==============================================
65-
# Installing Podman
66-
# ==============================================
67-
- name: Install Podman v5 using external action
68-
uses: redhat-actions/podman-install@15cb93f5a6b78a758fd8f4d1cecbf6651d4bcea3
69-
with:
70-
github-token: ${{ secrets.GITHUB_TOKEN }}
71-
72-
- name: Revert unprivileged user namespace restrictions in Ubuntu 24.04
73-
if: runner.os == 'Linux'
74-
run: |
75-
# allow unprivileged user namespace
76-
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
77-
7864
# ==============================================
7965
# Installing Podman Desktop
8066
# ==============================================

tests/playwright/src/extension.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ test.beforeAll(async ({ runner, welcomePage, page }) => {
5858

5959
runner.setVideoAndTraceName('kubernetes-dashboard-e2e');
6060
await welcomePage.handleWelcomePage(true);
61-
await waitForPodmanMachineStartup(page, 80_000); // default is 30s let's increase that to 80s
6261
});
6362

6463
test.afterAll(async ({ runner }) => {

0 commit comments

Comments
 (0)