fix(ci): update iperf build ci condition

Co-authored-by: Chen Yu Dong <chenyudong@espressif.com>
This commit is contained in:
Chen Yu Dong
2024-07-26 17:31:05 +08:00
committed by muhaidong
parent 1c2b9e8903
commit 4e7a7b60c1
4 changed files with 13 additions and 6 deletions

View File

@@ -39,9 +39,9 @@ examples/wifi/getting_started:
examples/wifi/iperf:
disable:
- if: SOC_WIFI_SUPPORTED != 1
- if: (SOC_WIFI_SUPPORTED != 1) and (IDF_TARGET != "esp32p4")
disable_test:
- if: IDF_TARGET not in ["esp32", "esp32p4"]
- if: IDF_TARGET not in ["esp32"]
temporary: true
reason: lack of runners
depends_components:

View File

@@ -1,5 +1,5 @@
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- |
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- |
# Iperf Example

View File

@@ -7,7 +7,7 @@ dependencies:
version: "~0.1.0"
esp-qa/ping-cmd:
version: "~0.0.1"
espressif/esp_extconn:
version: "~0.0.1"
espressif/esp-extconn:
version: "~0.1.0"
rules:
- if: "target in [esp32p4]"