Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement GHA workflow with a trigger on recipes change #2134

Open
ScrewTSW opened this issue Nov 20, 2024 · 1 comment
Open

Implement GHA workflow with a trigger on recipes change #2134

ScrewTSW opened this issue Nov 20, 2024 · 1 comment

Comments

@ScrewTSW
Copy link
Member

Is your enhancement related to a problem? Please describe

Currently there is no automation for checking recipes upon catalog json change

Describe the solution you'd like

We need to trigger a run on PR for commits that change packages/backend/src/assets/ai.json

Describe alternatives you've considered

No response

Additional context

No response

@ScrewTSW ScrewTSW added the kind/enhancement ✨ New feature or request label Nov 20, 2024
@ScrewTSW ScrewTSW moved this to 📅 Planned in Podman Desktop Planning Nov 20, 2024
@ScrewTSW ScrewTSW self-assigned this Nov 20, 2024
@odockal odockal changed the title Implement GHA for recipes change Implement GHA workflow with a trigger on recipes change Nov 20, 2024
@odockal
Copy link
Contributor

odockal commented Nov 21, 2024

Something we want here to be implemented:

  • Is triggered from new Pull Request (and on push to it) on specific file change (see above)
  • Runs workflow testing AI Lab recipes run on windows 11 ent (stable version and distro right now)
  • Reports the status back to the Pull Request
  • Workflow is not part of the PR check -> we need to use workflow_call, workflow_run triggers
  • It needs to pass parameters into workflow (fork and branch) from which PR was created

We have working example in crc repo: https://github.com/crc-org/crc/blob/main/.github/workflows/windows-e2e.yml and https://github.com/crc-org/crc/blob/main/.github/workflows/windows-qe-tpl.yml
Contact person is @adrianriobo

@ScrewTSW ScrewTSW moved this from 📅 Planned to 🚧 In Progress in Podman Desktop Planning Nov 21, 2024
@ScrewTSW ScrewTSW moved this from 🚧 In Progress to Deferred in Podman Desktop Planning Dec 11, 2024
@nichjones1 nichjones1 moved this from Deferred to 📋 Backlog in Podman Desktop Planning Dec 11, 2024
@ScrewTSW ScrewTSW moved this from 📋 Backlog to 🚧 In Progress in Podman Desktop Planning Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🚧 In Progress
Development

No branches or pull requests

2 participants