mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
17 lines
639 B
YAML
17 lines
639 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
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32p4", "esp32c5"]
|
|
temporary: true
|
|
reason: lack of runners, c5 test failed # TODO: [ESP32P4] IDF-8960, [ESP32C5] IDF-10332
|
|
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/**
|