Thursday, July 16, 2026
1 change · saas-18.4
Enhancements to existing features
The automated lint checks will no longer retry after a failure because these checks should produce consistent results. This avoids wasting staging and build time, especially when longer lint jobs fail and would previously run again unnecessarily.
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