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

Parallelized pipelines #9111

Merged

Conversation

romain-grecourt
Copy link
Contributor

Description

Parallelized pipelines

  • Introduce helidon-build-cache-maven-extension

    • Cache lifecycle to fast-forward downstream jobs
    • Split reactor to parallelize downstream jobs
  • Update validate workflow

    • Implement an upstream/downstream pattern where the build is cached and re-used
    • Implement a common action to reduce boilerplate and ensure consistency
    • Archive tests results
  • ReactorSet and moduleSets

    • Shape the reactor subset to split and parallelize the jobs
    • Initial configuration targets a job duration between 5 and 20 minutes

Other changes

  • Use spotbugs:spotbugs + spotbugs:verify instead of spotbugs:check (to avoid lifecycle duplication)
  • Add missing plugin management for maven-install-plugin
  • Inline packaging and dbclient profiles under tests/integration/pom.xml

Documentation

None.

@romain-grecourt romain-grecourt added build 4.x Version 4.x labels Aug 7, 2024
@romain-grecourt romain-grecourt added this to the 4.1.0 milestone Aug 7, 2024
@romain-grecourt romain-grecourt self-assigned this Aug 7, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Aug 7, 2024
- Introduce helidon-build-cache-maven-extension
  * Cache lifecycle to fast-forward downstream jobs
  * Split reactor to parallelize downstream jobs

- Update validate workflow
  * Implement an upstream/downstream pattern where the build is cached and re-used
  * Implement a common action to reduce boilerplate and ensure consistency
  * Archive tests results

- ReactorSet and moduleSets
  * Shape the reactor subset to split and parallelize the jobs
  * Initial configuration targets a job duration between 5 and 20 minutes

Other changes
- Use spotbugs:spotbugs + spotbugs:verify instead of spotbugs:check (to avoid lifecycle duplication)
- Add missing plugin management for maven-install-plugin
- Inline packaging and dbclient profiles under tests/integration/pom.xml
@romain-grecourt romain-grecourt merged commit 7897f7b into helidon-io:main Aug 7, 2024
44 checks passed
@romain-grecourt romain-grecourt deleted the parallelized-pipelines branch August 7, 2024 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x build OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants