mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
13 lines
459 B
YAML
13 lines
459 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/esp_driver_i2c/test_apps/i2c_test_apps:
|
|
disable:
|
|
- if: SOC_I2C_SUPPORTED != 1
|
|
depends_components:
|
|
- esp_driver_i2c
|
|
# Following dependency is needed because they might increase lazy installed memory
|
|
# that can cause sleep retention memory leak check failed.
|
|
- components/ieee802154/**
|
|
- components/esp_coex/**
|
|
- components/esp_phy/**
|