-
Notifications
You must be signed in to change notification settings - Fork 1
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
Move few integrations tests that depends on external image to kogito-apps #1241
Comments
this can be postponed to after 10; actually this is just surface, there are a lot of more code making ghost references to job-services and data-index in the runtimes repos than just those. |
@porcelli Sonata Workflow Quarkus extension IT should not be referencing any kogito-apps image. It if is doing so, its an unexpected situation (very likely a bug that needs to be fixed). Do you remember which was the image getting downloaded, so we can take a look? |
@porcelli If when running any runtimes quarkus IT test you see kogto apps images being downloaded, since runtimes test should not need them by desing, you can disable the downloading of the image by adding |
good point @fjtirado - we just need to make sure that we do it for the whole codebase |
@porcelli In sonataflow automatic it test there was not need so far to add that property (test do not rely on job/dataindex). I think the inclusion of this property should be a reactive exercise, if there are failing test because docker is trying to download a kogito image that is not there, then this property will become handy. |
@fjtirado the build at this point should be failing as this container does not exists: I don't think we should be reactive, we should be proactive and identify all the places that needs to be fixed so we don't waste resources on unnecessary builds that we know will break. |
@porcelli |
@fjtirado when I tried to build with mvn clean install -Dfull - the build failed in several places due the image not found. |
@porcelli |
@porcelli |
i was running main - it has been 2 weeks that I don't run... i'll try to get back to this today, or monday. |
@porcelli
|
you are right, I don't know what has been changed, but seems that this problem is not present anymore. |
A new circular dependency has been identified in kogito-runtimes repository referencing an image that is build only on kogito-images.
A way to solve this issue is to move the following modules to kogito-apps repo:
In kogito-apps an image is build internally that can replace the quay.io image reference
The text was updated successfully, but these errors were encountered: