-
Notifications
You must be signed in to change notification settings - Fork 60
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
[OPENJDK-2911] Merge all 3-templates into one #477
Conversation
Signed-off-by: Jayashree Huttanagoudar <[email protected]>
Syntactically valid, loads into OpenShift OK; processing OK, creating the objects OK. Manually triggering the first buildConfig... |
First build fine; manually starting second build, completed fine; starting third build, fail: Error "Error resolving ImageStreamTag intermediate:latest in namespace jlink2: unable to find latest tagged image" for field "from". |
The stage 2 buildConfig |
Sure Jon I will do that. |
- Indent `output` section in stage-2 - Indent `output` section in merged version of jlink-builder-template.yaml - Uncomment `trigger` section Signed-off-by: Jayashree Huttanagoudar <[email protected]>
…fig.yaml Signed-off-by: Jayashree Huttanagoudar <[email protected]>
Once I'd addressed the indenting, and I side-tracked to commit a suitable test application somewhere (rh-openjdk/openjdk-container-test-applications#5), it works! |
Actually I just wanted to add |
@jmtd To move |
The template in this PR worked fine for all the three stages and created the expected outputs.
|
The existing |
The process worked for me! Please remove the old |
… templates/jlink/jlink-builder/ Signed-off-by: Jayashree Huttanagoudar <[email protected]>
Do we need to update README.md to match new template |
Another PR |
JIRA : https://issues.redhat.com/browse/OPENJDK-2911
Could you please review the changes?
My local crc is again giving some expected problems like space issue.
I will fix that. Meanwhile thought to raise a PR.
Also for time being I have commented
triggers
section.