Skip to content

Remove from Azure Pipelines all builds except with JDK 5 and JDK EA#2148

Merged
Godin merged 1 commit into
jacoco:masterfrom
Godin:azurepipelines
Jun 3, 2026
Merged

Remove from Azure Pipelines all builds except with JDK 5 and JDK EA#2148
Godin merged 1 commit into
jacoco:masterfrom
Godin:azurepipelines

Conversation

@Godin

@Godin Godin commented Jun 2, 2026

Copy link
Copy Markdown
Member

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.

@Godin Godin self-assigned this Jun 2, 2026
@Godin Godin marked this pull request as ready for review June 2, 2026 14:41
@Godin Godin requested review from leveretka and marchof June 2, 2026 14:41
@Godin Godin changed the title Remove from AzurePipelines all builds except with JDK 5 and JDK EA Remove from Azure Pipelines all builds except with JDK 5 and JDK EA Jun 3, 2026
@Godin Godin added this to the 0.8.15 milestone Jun 3, 2026
@Godin Godin merged commit ab5efa9 into jacoco:master Jun 3, 2026
31 checks passed
@Godin Godin deleted the azurepipelines branch June 3, 2026 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants