-
Bug
-
Resolution: Fixed
-
Low
-
None
Right now the remote_branch_checker does accept a maxcommits param about to exit with error if the branch being checked has more than N (default 15) commits. That was created to avoid wrong branches to land by error.
In practice this has become too strict, because there are continuous valid branches hitting that limit so we recently raised the limit to 100 when invoked by CiBoT from the Tracker. But continues being 15 for individual executions (mdk and friends).
So, this is about to split that unique hard limit into 2, really parallel to the current branch "age" check we do. One soft limit will lead to a warning, so people will be asked to review the branch is correct. And the hard limit will continue leading to error but can be safely raised to 100 everywhere.
Both the remote_branch_checker and the bulk_prechecker will allow to reconfigure any of those limits for individual executions if needed.
That's it, ciao
- has been marked as being related by
-
MDL-49329 Multiple improvements in the plugins installation/update system
- Closed