You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/03/02 09:54:32 UTC

[GitHub] [camel-quarkus] aldettinger opened a new issue #2300: CI job integration-tests-alternative-jvm (15) failing against a valid PR

aldettinger opened a new issue #2300:
URL: https://github.com/apache/camel-quarkus/issues/2300


   This PR https://github.com/apache/camel-quarkus/pull/2298 includes changes in **extensions** folder as well as **integration-tests** folder. A local build with JDK 15 is ok.
   
   However, the integration-tests-alternative-jvm (15) job is failing. I think the job is executing itests from PR against extension without PR as only [the integration-tests folder seems to be built](https://github.com/apache/camel-quarkus/pull/2298/checks?check_run_id=2006498552#step:9:2).
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] jamesnetherton commented on issue #2300: CI job integration-tests-alternative-jvm (15) failing against a valid PR

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on issue #2300:
URL: https://github.com/apache/camel-quarkus/issues/2300#issuecomment-788755659


   The extensions are pre-built in the `initial-mvn-install` step, the maven repo is compressed and uploaded as a GitHub artifact which is then downloaded and restored in `integration-tests-alternative-jvm`. Hence the build can simply cd into the itests module and run all of the tests. 


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] aldettinger closed issue #2300: CI job integration-tests-alternative-jvm (15) failing against a valid PR

Posted by GitBox <gi...@apache.org>.
aldettinger closed issue #2300:
URL: https://github.com/apache/camel-quarkus/issues/2300


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] aldettinger commented on issue #2300: CI job integration-tests-alternative-jvm (15) failing against a valid PR

Posted by GitBox <gi...@apache.org>.
aldettinger commented on issue #2300:
URL: https://github.com/apache/camel-quarkus/issues/2300#issuecomment-788760023


   Thanks for explanation @jamesnetherton. So the job may not be the root cause of the failure. I'm closing this one.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org