Remove from Azure Pipelines all builds except with JDK 5 and JDK EA#2148
Merged
Conversation
marchof
approved these changes
Jun 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Average duration of single job
in AzurePipelines is about 5.5 min
in GitHub Actions is about 4.3 min
There is also difference in cap on max parallel jobs
in AzurePipelines - 10
in GitHub Actions - 20
Both already cross this cap
in AzurePipelines - 29 jobs
in GitHub Actions - 27 jobs (without JDK 5 and EA)
Due to the above for the initially empty queue total duration
in AzurePipelines is about 18 min
in GitHub Actions is about 11.5 min
After this change total duration for AzurePipelines will go down to time of two parallel jobs - about 5.5 min.
Merge of PR requires wait of slowest CI, so prior to this change at least about 18 min, and after will be about 11.5 min (about 36% faster), and after #2146 even down to about 8.6 min (about 52% faster).
Also according to #2146 all removed builds download from Maven Central about 8 G, and so this change saves that without setup of caching in AzurePipelines.