Adrián Riobo Lorenzo
Adrián Riobo Lorenzo
Podman team provides a set of integration tests, those tests will cover the podman remote scneario. The idea would be pick the [tests provided by podman team](https://github.com/containers/podman/blob/main/test/README.md) build an image...
We are testing the integration to allows running PRs on downstream environments. This integration allows to run the full QE cycle on any PR and add a status check on...
Currently the testing during development phase of sprints is made building the crc project, but there are other components involved which should be tested as well. The idea would be...
This PR will include support for function FindWindowExW [ref](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-findwindowexw).
We need to review the current e2e image to adapt it to the common stack used across qe: - [x] Inherit from deliverest https://github.com/adrianriobo/deliverest/ - [x] Add the tkn spec...
With the latest OCP versions we are seeing some delay for pods from monitoring stack to come up, this could be a side effect for the size of the images...
During pre release testing on mac 12.X on arch x86 we are hitting timeout issues while starting the cluster, ending up on start to fail: ``` DEBU SSH command results:...
Add a gh action to pr-check on windows desktop environments , similar to [Podman Desktop windows gh action](https://github.com/containers/podman-desktop-e2e/blob/main/.github/workflows/windows.yaml) - [ ] Setup azure oidc integration - [x] #3961 - [x]...
Currently the gh action building the installer is basically building it from the PR branch, in case the main branch is ahead those changes are not included within the installer....
Right now any change across the code will run the win e2e test (i.e docs PRs will run them when it is unnecessary https://github.com/crc-org/crc/pull/3967) For win e2e the trigger comes...