mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
14 lines
406 B
YAML
14 lines
406 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/app_trace/test_apps:
|
|
depends_components:
|
|
- app_trace
|
|
- esp_timer
|
|
- soc
|
|
- driver
|
|
- esp_hw_support
|
|
disable:
|
|
- if: IDF_TARGET in ["esp32c5", "esp32c61", "esp32h21"]
|
|
temporary: true
|
|
reason: not support yet # TODO: [ESP32C5] IDF-8705, [ESP32C61] IDF-9306, [ESP32H21] IDF-11539
|