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
Currently, when multiple feature branches are merged into main in a single day, our CI/CD pipeline becomes heavily backed up due to the removal of all filters on tests for merges to main. This significantly increases testing time.
Proposed Improvement:
Apply the same or similar filters to tests for merges into main as we use for feature PRs. This would help reduce the bottleneck and improve CI/CD efficiency without compromising quality.
The text was updated successfully, but these errors were encountered:
bdemann
changed the title
Do shorter tests for merge to main from feature pr
Shorten Tests for Merges to main from Feature PRs
Dec 20, 2024
Currently, when multiple feature branches are merged into
main
in a single day, our CI/CD pipeline becomes heavily backed up due to the removal of all filters on tests for merges tomain
. This significantly increases testing time.Proposed Improvement:
Apply the same or similar filters to tests for merges into
main
as we use for feature PRs. This would help reduce the bottleneck and improve CI/CD efficiency without compromising quality.The text was updated successfully, but these errors were encountered: