abhishekrb19 commented on code in PR #18717:
URL: https://github.com/apache/druid/pull/18717#discussion_r2505385491
##########
.github/workflows/ci.yml:
##########
@@ -71,21 +72,6 @@ jobs:
artifacts_to_download: "unit-test-reports-*"
key: "coverage-jacoco"
- run-unit-tests-all-jdk:
Review Comment:
The unit tests seem to run in parallel for the matrix entries - one with
[both 17 and 21 ](https://github.com/apache/druid/actions/runs/19174393128) in
this PR took ~1h 13m and another PR with only
[17](https://github.com/apache/druid/actions/runs/19166672258) took ~1h 12m
(here's another one with
[only](https://github.com/apache/druid/actions/runs/19010125601) 17 that took
~1h 5m). Unless we’re hitting a concurrency limit on GHA jobs, this shouldn’t
be a problem purely for CI runtime?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]