Skip to content

Commit 1b657f3

Browse files
committed
ci: Add ESP32-C5 32MB target test
1 parent a6586e3 commit 1b657f3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitlab-ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,15 @@ target_esp32c5:
435435
script:
436436
- coverage run --parallel-mode -m pytest ${CI_PROJECT_DIR}/test/test_esptool.py --port /dev/serial_ports/ESP32C5 --chip esp32c5 --baud 115200
437437

438+
target_esp32c5_32mb:
439+
extends: .target_esptool_test
440+
tags:
441+
- esptool_esp32c5_32mb_target
442+
variables:
443+
ESPTOOL_TEST_FLASH_SIZE: "32"
444+
script:
445+
- coverage run --parallel-mode -m pytest ${CI_PROJECT_DIR}/test/test_esptool.py --port /dev/serial_ports/ESP32C5_32MB --chip esp32c5 --baud 115200
446+
438447
# ESP32C61
439448
target_esp32c61:
440449
extends: .target_esptool_test

0 commit comments

Comments
 (0)