Skip to content

Need a way to trigger GHA ci for PRs that don't change the code, but change the infra itself #951

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

Open
jiridanek opened this issue Mar 15, 2025 · 0 comments

Comments

@jiridanek
Copy link
Member

Ideas

  • when changing infra code (Makefile, YAML gha workflows, helper scripts, ...) always rebuild everything in PR
  • same when changing tests that are stored in tests/ directory but they may test multiple or all images
  • leave it as it is, now all images are rebuilt on push to a PR branch in PR submitter's fork, if they enabled gha there
  • allow triggering jobs on demand with a PR comment, something like is possible with openshift-ci
  • trigger some image builds always on every PR, either random, or pick the "interesting" ones that give broad coverage of our CI capabilities, e.g. codeserver is interesting one
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant