-
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
chaining builds via imagestreamtags not triggering #17074
Comments
please provide the root build config also. |
sure thing!
|
your first build is outputting to:
that doesn't match your ICT for your second build:
or the input image for your second build:
|
ah that is because i 'anonymised' the original output so those values could be replaced with whatever build config (as the issue seems to happen for me regardless of the root config that i am using, i tried it with a few source/docker based repos). Sorry, i wish it were a problem that simple! I've attached the full real configs, minus anything secret to this post for clarity. My apologies for introducing additional confusion because of that. 'Root' build config:
'Chained' build config
|
@csrwng if non-default ICTs are really broken, it's a blocker, we need to understand if this is user error or not. |
|
Automatic merge from submit-queue. allow image trigger controller to create custom builds fixes #17074
I'm trying to start a custom strategy build when an image stream tag changes (chaining builds), but currently this is not working, and the second build never seems to start. Not sure if i'm missing something obvious but it looks like it should work and it's basically the same as things like openshift-tagger do it, however whatever I do it doesn't seem to work.
Version
oc v3.7.0-alpha.1+fdbd3dc
kubernetes v1.7.0+695f48a16f
features: Basic-Auth
Server https://127.0.0.1:8443
openshift v3.7.0-alpha.1+fdbd3dc
kubernetes v1.7.0+695f48a16f
Steps To Reproduce
Current Result
After the root build is completed and the image stream tag is updated (checked with
oc get imagestreamtag
) the chained-tagger build is not triggeredExpected Result
chained-tagger build is started
The text was updated successfully, but these errors were encountered: