ci: add esp32 ethernet custom test

pull/12177/head
Fu Hanxi 2023-08-09 09:59:16 +08:00 zatwierdzone przez Euripedes Rocha
rodzic bbfedfc447
commit 3f8400ef7c
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -1130,6 +1130,14 @@ pytest_test_apps_esp32_jtag:
SETUP_TOOLS: "1" # need gdb
PYTEST_EXTRA_FLAGS: "--log-cli-level DEBUG"
pytest_test_apps_esp32_ethernet:
extends:
- .pytest_test_apps_dir_template
- .rules:test:custom_test-esp32
needs:
- build_pytest_test_apps_esp32
tags: [ esp32, ethernet ]
pytest_test_apps_esp32s2_generic:
extends:
- .pytest_test_apps_dir_template