1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-20 18:53:47 +01:00

Merge remote-tracking branch 'origin/ci_impact_analysis' into ci_impact_analysis

This commit is contained in:
J. Nick Koston
2025-10-17 17:58:05 -10:00
2 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ The CI workflow uses this information to:
- Skip or run Python linters (ruff, flake8, pylint, pyupgrade)
- Determine which components to test individually
- Decide how to split component tests (if there are many)
- Run memory impact analysis when components change
- Run memory impact analysis whenever there are changed components (merged config), and also for core-only changes
Usage:
python script/determine-jobs.py [-b BRANCH]