2023-10-11 07:41:20 -04:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
.ieee802154_dependencies: &ieee802154_dependencies
|
|
|
|
depends_components:
|
|
|
|
- esp_coex
|
|
|
|
- esp_phy
|
|
|
|
- ieee802154
|
2024-05-07 05:22:08 -04:00
|
|
|
- cmd_system
|
2023-10-11 07:41:20 -04:00
|
|
|
depends_filepatterns:
|
|
|
|
- examples/ieee802154/**/*
|
|
|
|
|
|
|
|
examples/ieee802154/ieee802154_cli:
|
|
|
|
enable:
|
|
|
|
- if: SOC_IEEE802154_SUPPORTED == 1
|
|
|
|
disable_test:
|
2024-07-31 05:22:06 -04:00
|
|
|
- if: IDF_TARGET not in ["esp32c6"]
|
2023-10-11 07:41:20 -04:00
|
|
|
temporary: true
|
|
|
|
reason: only test on esp32c6
|
|
|
|
<<: *ieee802154_dependencies
|