mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
change(examples): disable sysview tests until sysview component is uploaded to registry
This commit is contained in:
committed by
Zhang Shuxian
parent
79cda70029
commit
dfd26a79c7
@@ -257,6 +257,9 @@ examples/system/select:
|
||||
examples/system/sysview_tracing:
|
||||
disable:
|
||||
- if: SOC_GPTIMER_SUPPORTED != 1
|
||||
- if: IDF_TARGET in ["esp32", "esp32s2", "esp32s3", "esp32c2", "esp32c3", "esp32c5", "esp32c61", "esp32c6", "esp32h2", "esp32h21", "esp32h4", "esp32p4"]
|
||||
temporary: true
|
||||
reason: temporarily disabled until the sysview component is published in the component registry
|
||||
disable_test:
|
||||
- if: IDF_TARGET == "esp32h21"
|
||||
temporary: true
|
||||
@@ -268,6 +271,9 @@ examples/system/sysview_tracing:
|
||||
examples/system/sysview_tracing_heap_log:
|
||||
disable:
|
||||
- if: SOC_GPTIMER_SUPPORTED != 1
|
||||
- if: IDF_TARGET in ["esp32", "esp32s2", "esp32s3", "esp32c2", "esp32c3", "esp32c5", "esp32c61", "esp32c6", "esp32h2", "esp32h21", "esp32h4", "esp32p4"]
|
||||
temporary: true
|
||||
reason: temporarily disabled until the sysview component is published in the component registry
|
||||
disable_test:
|
||||
- if: IDF_TARGET == "esp32h21"
|
||||
temporary: true
|
||||
|
||||
@@ -4,10 +4,4 @@ dependencies:
|
||||
idf:
|
||||
version: '>=6.0'
|
||||
# # Put list of dependencies here
|
||||
#espressif/esp_sysview: ^1
|
||||
esp_sysview:
|
||||
git: https://github.com/espressif/idf-extra-components.git
|
||||
path: esp_sysview
|
||||
version: "refs/pull/600/head"
|
||||
matches:
|
||||
- if: "idf_version >=6.0"
|
||||
espressif/esp_sysview: ^1
|
||||
|
||||
@@ -4,10 +4,4 @@ dependencies:
|
||||
idf:
|
||||
version: '>=6.0'
|
||||
# # Put list of dependencies here
|
||||
#espressif/esp_sysview: ^1
|
||||
esp_sysview:
|
||||
git: https://github.com/espressif/idf-extra-components.git
|
||||
path: esp_sysview
|
||||
version: "refs/pull/600/head"
|
||||
matches:
|
||||
- if: "idf_version >=6.0"
|
||||
espressif/esp_sysview: ^1
|
||||
|
||||
Reference in New Issue
Block a user