Commit 2025-01-09 19:05 921866e6

View on Github →

fix(scripts/yaml_check.py): more consistent error handling (#20614) Invalid fields in the 100.yaml and 1000.yaml files are slipping through CI at the moment, see e.g. this log. After this commit, all errors detected by yaml_check.py print a message and increment the errors variable, only failing at the end of the script (so that all entries can get checked).

Estimated changes