fix(ci): update iperf build ci condition
Co-authored-by: Chen Yu Dong <chenyudong@espressif.com>
This commit is contained in:
@@ -38,9 +38,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:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-S2 | ESP32-S3 |
|
||||
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- |
|
||||
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
|
||||
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
|
||||
|
||||
# Iperf Example
|
||||
|
||||
|
||||
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user