[ci] Use larger app partition for esp32-s3-idf component test grouping (#16430)

This commit is contained in:
J. Nick Koston
2026-05-15 22:16:52 -07:00
committed by GitHub
parent fb0bfea1c8
commit 7c5d5f75dc

View File

@@ -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