-
Notifications
You must be signed in to change notification settings - Fork 33
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
Create label to trigger Quay images job #241
Comments
I am not sure how much the ok_to_test label that k8s uses will help. K8s uses prow and not github actions. I am not say that github actions can't do the same, its more any prow feature would need to be researched to find the equivalent github action feature. A scan of https://github.com/marketplace/actions/label-actions shows that it is possible to do the triggers on labels. If it is enough for what we want, that is a different question. |
@didierofrivia is this still relevant in the light of the upcoming RFC? |
I'd say it is, since the RFC even if it's finished before the holidays, after reviewing and adjustments, it most probably will end up being implemented in March. |
--- Fix PR build and push for forks (Closes Kuadrant#241)
--- Fix PR build and push for forks (Closes Kuadrant#241)
Currently we're facing mainly 2 issues:
It would be good to have a label or a comment that administrators of Kuadrant org can assign to any PR in order to allow the trigger of the required quay job.
This needs to be applied to every Kuadrant repo.
Something that's been used by k8s that could be of help is https://prow.k8s.io/command-help#ok_to_test.
The text was updated successfully, but these errors were encountered: