containers / podman-desktop-e2e

Podman desktop e2e tests
Apache License 2.0
3 stars 7 forks source link

Podman is not getting installed from PD via GOAX #181

Closed cbr7 closed 3 months ago

cbr7 commented 3 months ago

It seems that currently the e2e test run with Podman installation via GOAX does not install podman and as such all tests that require a podman machine fail.

https://github.com/containers/podman-desktop-e2e/actions/runs/9264297886/job/25484159151#step:7:189

adrianriobo commented 3 months ago

From screenshots we can see the problem is that PD is not being open at all, tracking it down thx @odockal the issue comes from https://github.com/containers/podman-desktop-e2e/actions/runs/9264297886/workflow#L113 the image used on the step to build PD inherits from https://github.com/adrianriobo/deliverest and some time ago it changed the behaviour around theTARGET_CLEANUP https://github.com/adrianriobo/deliverest/issues/25

So now we need to explicitly set the env TARGET_FOLDER='false' to ensure the target folder is not cleaned up after the build.

odockal commented 3 months ago

note: use TARGET_CLEANUP instead of TARGET_FOLDER.