[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 Jesse Hills
parent 2dbaaf1efd
commit f301e90fd9
@@ -7,6 +7,9 @@ esp32:
variant: ESP32S3
framework:
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:
level: VERY_VERBOSE