Merge branch 'bugfix/add_c2_40mhz_tag_for_example_pytest' into 'master'

ci: add the forgotten xtal 40mhz tag for c2 example pytest

See merge request espressif/esp-idf!19291
This commit is contained in:
Fu Hanxi
2022-07-29 14:53:21 +08:00

View File

@@ -68,7 +68,7 @@ example_test_pytest_esp32c2_generic:
- .rules:test:example_test-esp32c2
needs:
- build_pytest_examples_esp32c2
tags: [ esp32c2, generic ]
tags: [ esp32c2, generic, xtal_40mhz ]
example_test_pytest_esp32c3_generic:
extends: