You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Build the kogito-runtime-jvm together with the s2i pipeline.
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.
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:kogito-runtime-jvm
together with the s2i pipeline.kogito-runtime-jvm
ands2i
, 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.Originally posted by @ricardozanini in #1720 (comment)
The text was updated successfully, but these errors were encountered: