Friday, July 17, 2026
1 change · 19.0
Enhancements to existing features
Automated lint checks will no longer be retried when they fail, because these checks should produce consistent results. This reduces wasted build and staging time by surfacing lint failures sooner, especially for longer-running checks like pylint.
Original PR description
Test lints should be deterministic so retrying them doesn't make sense. While lints are not the slowest, pylint can take 10~15mn in later branches, and with retrying that's half an hour (and some) to get a failure, which is all that in wasted staging and build time. Forward-Port-Of: odoo/odoo#276600