adoroszlai commented on PR #644: URL: https://github.com/apache/ratis/pull/644#issuecomment-1122044025
@szetszwo Ozone CI has selective checks to save time. We can implement similar feature for Ratis CI. However, Ratis is a much smaller project, so the possible time savings are also less. In this specific case the extra _build_ check adds only 1 minute. Since _unit_ checks are the slowest (8-10 minutes), and (_build_, _compile_) sequence runs in parallel with _unit_, the wall clock time for a complete CI workflow does not increase with this change: before: https://github.com/apache/ratis/actions/runs/2289650001 after: https://github.com/apache/ratis/actions/runs/2296786825 -- 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]
