mirror of
https://github.com/esphome/esphome.git
synced 2026-05-30 23:54:04 +08:00
[ci] Use --base-only for memory impact builds (#15598)
This commit is contained in:
@@ -868,7 +868,8 @@ jobs:
|
|||||||
python script/test_build_components.py \
|
python script/test_build_components.py \
|
||||||
-e compile \
|
-e compile \
|
||||||
-c "$component_list" \
|
-c "$component_list" \
|
||||||
-t "$platform" 2>&1 | \
|
-t "$platform" \
|
||||||
|
--base-only 2>&1 | \
|
||||||
tee /dev/stderr | \
|
tee /dev/stderr | \
|
||||||
python script/ci_memory_impact_extract.py \
|
python script/ci_memory_impact_extract.py \
|
||||||
--output-env \
|
--output-env \
|
||||||
@@ -954,7 +955,8 @@ jobs:
|
|||||||
python script/test_build_components.py \
|
python script/test_build_components.py \
|
||||||
-e compile \
|
-e compile \
|
||||||
-c "$component_list" \
|
-c "$component_list" \
|
||||||
-t "$platform" 2>&1 | \
|
-t "$platform" \
|
||||||
|
--base-only 2>&1 | \
|
||||||
tee /dev/stderr | \
|
tee /dev/stderr | \
|
||||||
python script/ci_memory_impact_extract.py \
|
python script/ci_memory_impact_extract.py \
|
||||||
--output-env \
|
--output-env \
|
||||||
|
|||||||
Reference in New Issue
Block a user