mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-06 14:14:33 +02:00
feat(ci): enable jtag tests for esp32[c6|h2]
This commit is contained in:
@@ -155,6 +155,18 @@ pytest_examples_esp32s2_jtag:
|
||||
- .rules:test:example_test-esp32s2
|
||||
tags: [ esp32s2, jtag ]
|
||||
|
||||
pytest_examples_esp32c6_usb_serial_jtag:
|
||||
extends:
|
||||
- .pytest_examples_dir_jtag_template
|
||||
- .rules:test:example_test-esp32c6
|
||||
tags: [ esp32c6, usb_serial_jtag ]
|
||||
|
||||
pytest_examples_esp32h2_usb_serial_jtag:
|
||||
extends:
|
||||
- .pytest_examples_dir_jtag_template
|
||||
- .rules:test:example_test-esp32h2
|
||||
tags: [ esp32h2, usb_serial_jtag ]
|
||||
|
||||
pytest_examples_esp32s3_generic:
|
||||
extends:
|
||||
- .pytest_examples_dir_template
|
||||
|
Reference in New Issue
Block a user