-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
allow image trigger controller to create custom builds #17108
Conversation
@smarterclayton @bparees making this change appears to resolve #17074 but I want to confirm with you if it's safe to do or not? @bparees I'm wondering what test coverage is appropriate for this. Also is it worth implementing the event that was suggested in #14725? |
we should have an e2e test that verifies ICT triggered builds, it sounds like it needs to test triggering all 4 kinds of builds (s2i, docker, custom, pipeline).
@jim-minter where would we attach the event? to the buildconfig that we tried to trigger? |
That would make sense to me. |
8ec5616
to
504dc2c
Compare
/approve |
you can drop the prune flake commit, i believe @miminar's fix has merged. |
504dc2c
to
9d9243a
Compare
/test extended_image_registry |
@bparees ptal |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bparees, jim-minter, smarterclayton The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue. |
fixes #17074