crc-org / crc

CRC is a tool to help you run containers. It manages a local OpenShift 4.x cluster, Microshift or a Podman VM optimized for testing and development purposes
https://crc.dev
Apache License 2.0
1.23k stars 233 forks source link

[QE][Epic] Add pr-check on gh actions within windows desktop #3875

Open adrianriobo opened 9 months ago

adrianriobo commented 9 months ago

Add a gh action to pr-check on windows desktop environments , similar to Podman Desktop windows gh action

adrianriobo commented 9 months ago

Some sample gh action for the base structure https://github.com/containers/podman-desktop-e2e/blob/main/.github/workflows/windows.yaml

For the first iteration we will use latest images for e2e and integration an idea on how to pick the right version pick release info file and with jq get the crc version from https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/latest

Actions will have a dependency on windows-installer action and artifact should be picked from there