Skip to content

Commit 1c82219

Browse files
Dzarda7dobairoland
authored andcommitted
ci: Add ESP32-C5 32MB target test
1 parent 069830d commit 1c82219

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
@@ -438,6 +438,15 @@ target_esp32c5:
438438
script:
439439
- coverage run --parallel-mode -m pytest ${CI_PROJECT_DIR}/test/test_esptool.py --port /dev/serial_ports/ESP32C5 --chip esp32c5 --baud 115200
440440

441+
target_esp32c5_32mb:
442+
extends: .target_esptool_test
443+
tags:
444+
- esptool_esp32c5_32mb_target
445+
variables:
446+
ESPTOOL_TEST_FLASH_SIZE: "32"
447+
script:
448+
- coverage run --parallel-mode -m pytest ${CI_PROJECT_DIR}/test/test_esptool.py --port /dev/serial_ports/ESP32C5_32MB --chip esp32c5 --baud 115200
449+
441450
# ESP32C61
442451
target_esp32c61:
443452
extends: .target_esptool_test

0 commit comments

Comments
 (0)