Skip to content

chore: fix parallelism in library compilation#26395

Merged
diegomarquezp merged 27 commits intomainfrom
fix-dashboard-parallelism
Apr 1, 2025
Merged

chore: fix parallelism in library compilation#26395
diegomarquezp merged 27 commits intomainfrom
fix-dashboard-parallelism

Conversation

@diegomarquezp
Copy link
Copy Markdown
Contributor

@diegomarquezp diegomarquezp commented Mar 11, 2025

This PR introduces a new approach to confirm the libraries of the current variant 2.0.0 are compilable. The approach is as follows:

  • We define a job matrix based on alphabet letters for parallelization. Unfortunately, we need to explicitly declare outputs for each of the letters, but this is the official recommendation.
  • We create parallel jobs running mvn compile on libraries starting with ${letter}
  • The results are aggregated in a final step that prints the result

Total job duration: ~2 minutes
Example output:
image

Follow up:

  • Link this job to CI dashboard

@diegomarquezp diegomarquezp marked this pull request as ready for review April 1, 2025 16:46
@diegomarquezp diegomarquezp requested a review from a team April 1, 2025 16:46
@diegomarquezp diegomarquezp merged commit f9b9392 into main Apr 1, 2025
35 of 36 checks passed
@diegomarquezp diegomarquezp deleted the fix-dashboard-parallelism branch April 1, 2025 18:50
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.

2 participants