mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 13:43:00 +00:00
[ci] Use larger app partition for esp32-s3-idf component test grouping (#16430)
This commit is contained in:
@@ -7,6 +7,9 @@ esp32:
|
|||||||
variant: ESP32S3
|
variant: ESP32S3
|
||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
|
# Use custom partition table with larger app partition (3MB)
|
||||||
|
# Default IDF partitions only allow 1.75MB which is too small for grouped tests
|
||||||
|
partitions: ../partitions_testing.csv
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
level: VERY_VERBOSE
|
level: VERY_VERBOSE
|
||||||
|
|||||||
Reference in New Issue
Block a user