You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the current setup where multiple parallel jobs are running during PR checks, there's a notable observation that concurrent PRs can lead to longer PR check times due to job overlaps.
Sequential Execution of Short-lived CI Jobs: Consider running some short-lived CI jobs sequentially instead of in parallel, especially during PR checks, to optimize resource utilization and mitigate job overlaps. This would effectively maintain the same total execution time while potentially freeing up resources for other PRs.
By addressing these points, we aim to streamline the CI/CD pipeline, reduce PR check times, optimize resource allocation, ultimately enhancing the development workflow for all contributors.
The text was updated successfully, but these errors were encountered:
Issue Summary:
Given the current setup where multiple parallel jobs are running during PR checks, there's a notable observation that concurrent PRs can lead to longer PR check times due to job overlaps.
Problem talked here: #2751 (comment)
Proposed Solution:
Sequential Execution of Short-lived CI Jobs: Consider running some short-lived CI jobs sequentially instead of in parallel, especially during PR checks, to optimize resource utilization and mitigate job overlaps. This would effectively maintain the same total execution time while potentially freeing up resources for other PRs.
By addressing these points, we aim to streamline the CI/CD pipeline, reduce PR check times, optimize resource allocation, ultimately enhancing the development workflow for all contributors.
The text was updated successfully, but these errors were encountered: