Quarkus stack fails to pass odov2 and odov3 checks #1293
Labels
area/ci
area/registry
Devfile registry for stacks and infrastructure
area/test-automation
Test automation for devfile specification and library
kind/bug
Something isn't working
Which area this feature is related to?
/kind bug
Which area this bug is related to?
/area ci
/area registry
/area test-automation
Bug Summary
The checks for PR#225 are failing for both
odo v2
andodo v3
stack validation. As you can see in this error trace from odov3 the issue comes from error: http://cwiki.apache.org/confluence/display/MAVEN/OutOfMemoryErrorDescribe the bug:
During the tests, when we try to build quarkus starter project, the maven project cannot be built as during the build process the container runs out of memory (Java heap space).
To Reproduce:
In order to reproduce this locally you can try to run the
check_odov2.sh
:Expected behavior
The quarkus application should be built successfully
Any logs, error output, screenshots etc? Provide the devfile that sees this bug, if applicable
ci check: https://github.com/devfile/registry/actions/runs/6483831705/job/17707463213?pr=225
Additional context
N/A
Any workaround?
I've tried increasing the memory limit of
java-quarkus
devfile and it worked locally:Suggestion on how to fix the bug
In
stacks/java-quarkus/devfile.yaml
:The text was updated successfully, but these errors were encountered: