Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve master -> quarkus-master branch scheduled synchronization workflow #1127

Merged

Conversation

jamesnetherton
Copy link
Contributor

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

@jamesnetherton jamesnetherton merged commit 8ee6614 into apache:master Apr 23, 2020
@jamesnetherton jamesnetherton deleted the improve-quarkus-master-sync branch April 23, 2020 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants