ricardozanini commented on PR #1720: URL: https://github.com/apache/incubator-kie-kogito-images/pull/1720#issuecomment-1869783833
I think I was able to fix every problems and upgrade Java, Maven, and Quarkus. The only problem left is the s2i builder tests that depends on `quay.io/kiegroup/kogito-runtime-jvm:latest`. Since now every build runs on its on context, we won't have access to this image from the s2i pipeline. The alternatives we have: 1. Build the `kogito-runtime-jvm` together with the s2i pipeline. 2. Share the context between `kogito-runtime-jvm` and `s2i`, or make them run in a single pipeline. The nightly won't have problems since we should push the tags and the runtime runs before s2i. We can merge this one if only s2i is failing in the tests in the behave depending on the runtime image. Then, we can fix this problem in a follow-up PR. The `quay.io/kiegroup/kogito-runtime-jvm:latest` image is in Java 11, that's the reason you see the failures. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
