gitgabrio commented on PR #6041: URL: https://github.com/apache/incubator-kie-drools/pull/6041#issuecomment-2273353487
Build failures are unrelated `Kogito Downstream / kogito-runtimes (ubuntu-latest / Java-17 / Maven-3.9.6) (pull_request)` failure is related to a flacky [test](https://github.com/apache/incubator-kie-kogito-runtimes/blob/4611a75896a17a5e1a4d5904cd20b697ecaf9c90/jbpm/jbpm-tests/src/test/java/org/jbpm/bpmn2/ActivityTest.java#L1188) 1. it worked locally 2. reducing the timeout [here](https://github.com/apache/incubator-kie-kogito-runtimes/blob/4611a75896a17a5e1a4d5904cd20b697ecaf9c90/jbpm/jbpm-tests/src/test/java/org/jbpm/bpmn2/ActivityTest.java#L1200), reproduce the error locally `Kogito Downstream / kogito-quarkus-examples (ubuntu-latest / Java-17 / Maven-3.9.6) (pull_request)` failure due to `apache_incubator-kie-kogito-examples/kogito-quarkus-examples/dmn-drools-quarkus-metrics/src/test/java/org/kie/kogito/examples/quarkus/GrafanaDockerComposeIT.java:1 | Local Docker Compose not found. Is docker-compose on the PATH?` `Kogito Downstream / kogito-springboot-examples (ubuntu-latest / Java-17 / Maven-3.9.6) (pull_request)` failure due to `apache_incubator-kie-kogito-examples/kogito-quarkus-examples/dmn-drools-quarkus-metrics/src/test/java/org/kie/kogito/examples/quarkus/GrafanaDockerComposeIT.java:1 | Local Docker Compose not found. Is docker-compose on the PATH?` Note: for the latter failure, the situation seems more complicated, because the `quarkus` code seems to be invoked inside `springboot` execution ```bash Going to parse results form **/*-reports/TEST-*.xml ##[debug]followSymbolicLinks 'false' ##[debug]followSymbolicLinks 'false' ##[debug]implicitDescendants 'true' ##[debug]matchDirectories 'true' ##[debug]omitBrokenSymbolicLinks 'true' ##[debug]Search path '/home/runner/work/incubator-kie-drools/incubator-kie-drools' ##[debug]Parsing file /home/runner/work/incubator-kie-drools/incubator-kie-drools/apache_incubator-kie-kogito-examples/kogito-springboot-examples/decisiontable-springboot-example/target/surefire-reports/TEST-org.kie.kogito.decisiontable.springboot.RestQueryTest.xml ##[debug]Parsing file /home/runner/work/incubator-kie-drools/incubator-kie-drools/apache_incubator-kie-kogito-examples/kogito-springboot-examples/dmn-drools-springboot-metrics/target/failsafe-reports/TEST-org.kie.kogito.examples.springboot.GrafanaDockerComposeIT.xml ##[debug]Resolving path for GrafanaDockerComposeIT ##[debug]followSymbolicLinks 'false' ##[debug]followSymbolicLinks 'false' ##[debug]implicitDescendants 'true' ##[debug]matchDirectories 'true' ##[debug]omitBrokenSymbolicLinks 'true' ##[debug]Search path '/home/runner/work/incubator-kie-drools/incubator-kie-drools' ##[debug]Matched files: /home/runner/work/incubator-kie-drools/incubator-kie-drools/apache_incubator-kie-kogito-examples/kogito-quarkus-examples/dmn-drools-quarkus-metrics/src/test/java/org/kie/kogito/examples/quarkus/GrafanaDockerComposeIT.java,/home/runner/work/incubator-kie-drools/incubator-kie-drools/apache_incubator-kie-kogito-examples/kogito-springboot-examples/dmn-drools-springboot-metrics/src/test/java/org/kie/kogito/examples/springboot/GrafanaDockerComposeIT.java,/home/runner/work/incubator-kie-drools/incubator-kie-drools/apache_incubator-kie-kogito-examples/kogito-springboot-examples/dmn-drools-springboot-metrics/target/test-classes/org/kie/kogito/examples/springboot/GrafanaDockerComposeIT.class ##[debug]Resolved path: apache_incubator-kie-kogito-examples/kogito-quarkus-examples/dmn-drools-quarkus-metrics/src/test/java/org/kie/kogito/examples/quarkus/GrafanaDockerComposeIT.java ##[debug]Canonical path: apache_incubator-kie-kogito-examples/kogito-quarkus-examples/dmn-drools-quarkus-metrics/src/test/java/org/kie/kogito/examples/quarkus/GrafanaDockerComposeIT.java apache_incubator-kie-kogito-examples/kogito-quarkus-examples/dmn-drools-quarkus-metrics/src/test/java/org/kie/kogito/examples/quarkus/GrafanaDockerComposeIT.java:1 | Local Docker Compose not found. Is docker-compose on the PATH? ``` @jstastny-cz @rodrigonull ^^ any hint ? -- 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]
