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 2020/03/03 07:58:45 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #836: Optimize PR build GitHub action

jamesnetherton opened a new issue #836: Optimize PR build GitHub action
URL: https://github.com/apache/camel-quarkus/issues/836
 
 
   The Quarkus project has a `native-tests` job in their [GitHub CI actions](https://github.com/quarkusio/quarkus/blob/master/.github/workflows/ci-actions.yml). What's interesting is that it defines the integration tests for each functional area in a `test-modules` block.
   
   It'd be useful to do a similar thing in our own workflow, as we could remove a lot of the boilerplate actions and duplicated logic.
   
   We should also configure `paths-ignore` for stuff that we know does not require a full project build. E.g adoc files, license file etc.

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


With regards,
Apache Git Services

[GitHub] [camel-quarkus] oscerd closed issue #836: Optimize PR build GitHub action

Posted by GitBox <gi...@apache.org>.
oscerd closed issue #836: Optimize PR build GitHub action
URL: https://github.com/apache/camel-quarkus/issues/836
 
 
   

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


With regards,
Apache Git Services