jamesnetherton opened a new pull request #1127:
URL: https://github.com/apache/camel-quarkus/pull/1127


   Some changes to improve the process of syncing the latest work on the master 
branch to the quarkus-master branch. There's a few things I'd like to improve, 
but I think this is a decent starting point.
   
   Some things to be aware of:
   
   * I externalized the native integration test categories so they can be 
shared across workflow files in `.github/test-categories.yaml`.
   
   * Added build status reporting functionality to the sync job. It'll 
automatically create an issue for investigating failures and will auto close it 
when the build is successful.
   
   * The cache action does not support the schedule event :upside_down_face:. 
So instead I use the artifact action to upload / download the m2 repository 
between jobs. This actually turns out to be more reliable than the cache 
anyway. To avoid exceeding quotas I added another workflow to periodically 
clean up the generated artifacts.
   
   If this works well, I'll look at applying the same thing for the master -> 
camel-master branch sync.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to