mirror of
https://github.com/esphome/esphome.git
synced 2026-02-18 15:35:59 -07:00
[ci] Allow memory impact target branch build to fail without blocking CI (#12381)
This commit is contained in:
19
script/templates/ci_memory_impact_target_unavailable.j2
Normal file
19
script/templates/ci_memory_impact_target_unavailable.j2
Normal file
@@ -0,0 +1,19 @@
|
||||
{{ comment_marker }}
|
||||
## Memory Impact Analysis
|
||||
|
||||
**Components:** {{ components_str }}
|
||||
**Platform:** `{{ platform }}`
|
||||
|
||||
| Metric | This PR |
|
||||
|--------|---------|
|
||||
| **RAM** | {{ pr_ram }} |
|
||||
| **Flash** | {{ pr_flash }} |
|
||||
|
||||
> ⚠️ **Target branch comparison unavailable** - The target branch failed to build.
|
||||
> This can happen when the target branch has a build issue, or when this PR fixes a build issue on the target branch.
|
||||
> The PR branch compiled successfully with the memory usage shown above.
|
||||
|
||||
---
|
||||
> **Note:** This analysis measures **static RAM and Flash usage** only (compile-time allocation).
|
||||
|
||||
*This analysis runs automatically when components change.*
|
||||
Reference in New Issue
Block a user