change(examples): disable sysview tests until sysview component is uploaded to registry

This commit is contained in:
Erhan Kurubas
2025-11-06 13:39:49 +01:00
committed by Zhang Shuxian
parent 79cda70029
commit dfd26a79c7
3 changed files with 8 additions and 14 deletions
+6
View File
@@ -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