You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it is pretty hard to figure out particular failure or the test error cause on windows.
One needs to check the workflow run, log, download artifacts and examine them.
Then we see a problem on Podman Desktop side, which might be caused by previous tests (like the one using podman machine), or general problem with podman or podman machine.
given the problem like this one: containers/podman#22439, where podman machine can be created and started without issues, so we do not observer the problem prior running the tests, it might get really hard to find a culprit.
This workflow should make sure to test basic podman machine functionality, like pulling an image, getting info from podman inside VM, etc.
Since the problem mentioned above was only visible when using rootful connection, the workflow will be testing rootful, rootless and with user-mode networking machines for basic functionality.
this way we can make sure to at least know, that something very basic is not broken.
The text was updated successfully, but these errors were encountered:
As it is pretty hard to figure out particular failure or the test error cause on windows.
One needs to check the workflow run, log, download artifacts and examine them.
Then we see a problem on Podman Desktop side, which might be caused by previous tests (like the one using podman machine), or general problem with podman or podman machine.
given the problem like this one: containers/podman#22439, where podman machine can be created and started without issues, so we do not observer the problem prior running the tests, it might get really hard to find a culprit.
This workflow should make sure to test basic podman machine functionality, like pulling an image, getting info from podman inside VM, etc.
Since the problem mentioned above was only visible when using rootful connection, the workflow will be testing rootful, rootless and with user-mode networking machines for basic functionality.
this way we can make sure to at least know, that something very basic is not broken.
The text was updated successfully, but these errors were encountered: