CI: add openthread build CI for ESP32-H2

This commit is contained in:
Xu Si Yu
2023-02-24 16:02:12 +08:00
committed by xiaqilin
parent 2816ff14e4
commit 4bf62250fb
5 changed files with 13 additions and 8 deletions

View File

@@ -12,12 +12,16 @@ examples/openthread/ot_br:
examples/openthread/ot_cli: examples/openthread/ot_cli:
enable: enable:
- if: IDF_TARGET in ["esp32h4", "esp32c6"] - if: IDF_TARGET in ["esp32h2", "esp32h4", "esp32c6"]
disable_test:
- if: IDF_TARGET == "esp32h2"
temporary: true
reason: test on esp32h4 and esp32c6
examples/openthread/ot_rcp: examples/openthread/ot_rcp:
enable: enable:
- if: IDF_TARGET in ["esp32h4", "esp32c6"] - if: IDF_TARGET in ["esp32h2", "esp32h4", "esp32c6"]
disable_test: disable_test:
- if: IDF_TARGET == "esp32c6" - if: IDF_TARGET in ["esp32h2", "esp32c6"]
temporary: true temporary: true
reason: only test on esp32h4 reason: only test on esp32h4

View File

@@ -1,5 +1,5 @@
| Supported Targets | ESP32-C6 | ESP32-H4 | | Supported Targets | ESP32-C6 | ESP32-H2 | ESP32-H4 |
| ----------------- | -------- | -------- | | ----------------- | -------- | -------- | -------- |
# OpenThread Command Line Example # OpenThread Command Line Example

View File

@@ -1,5 +1,5 @@
| Supported Targets | ESP32-C6 | ESP32-H4 | | Supported Targets | ESP32-C6 | ESP32-H2 | ESP32-H4 |
| ----------------- | -------- | -------- | | ----------------- | -------- | -------- | -------- |
# OpenThread Radio Co-Processor (RCP) Example # OpenThread Radio Co-Processor (RCP) Example

View File

@@ -70,6 +70,7 @@ default_cli_ot_para = ocf.thread_parameter('router', '', '12', '', False)
# Case 1: Thread network formation and attaching # Case 1: Thread network formation and attaching
@pytest.mark.esp32s3 @pytest.mark.esp32s3
@pytest.mark.esp32h2
@pytest.mark.esp32h4 @pytest.mark.esp32h4
@pytest.mark.esp32c6 @pytest.mark.esp32c6
@pytest.mark.openthread_br @pytest.mark.openthread_br