2022-07-12 22:34:02 -04:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
2022-05-24 05:26:36 -04:00
|
|
|
components/driver/test_apps/dac_test_apps/legacy_dac_driver:
|
|
|
|
disable:
|
|
|
|
- if: SOC_DAC_SUPPORTED != 1
|
2023-11-20 03:38:49 -05:00
|
|
|
depends_components:
|
|
|
|
- esp_adc
|
2022-05-24 05:26:36 -04:00
|
|
|
|
2022-07-12 22:34:02 -04:00
|
|
|
components/driver/test_apps/i2s_test_apps/legacy_i2s_adc_dac:
|
|
|
|
disable:
|
|
|
|
- if: SOC_I2S_SUPPORTS_ADC_DAC != 1
|
|
|
|
|
2022-11-24 06:42:59 -05:00
|
|
|
components/driver/test_apps/i2s_test_apps/legacy_i2s_driver:
|
|
|
|
disable:
|
|
|
|
- if: SOC_I2S_SUPPORTED != 1
|
2023-08-02 07:21:54 -04:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
2022-11-24 06:42:59 -05:00
|
|
|
|
2022-10-27 06:55:07 -04:00
|
|
|
components/driver/test_apps/legacy_adc_driver:
|
|
|
|
disable:
|
2022-12-05 03:01:34 -05:00
|
|
|
- if: SOC_ADC_SUPPORTED != 1
|
2023-12-04 03:08:41 -05:00
|
|
|
depends_components:
|
|
|
|
- efuse
|
|
|
|
- esp_driver_i2s
|
|
|
|
- esp_driver_spi
|
|
|
|
depends_filepatterns:
|
|
|
|
- components/driver/deprecated/**/*adc*
|
2022-10-27 06:55:07 -04:00
|
|
|
|
2023-08-16 22:45:23 -04:00
|
|
|
components/driver/test_apps/legacy_i2c_driver:
|
2023-12-12 03:46:27 -05:00
|
|
|
disable_test:
|
2023-08-16 22:45:23 -04:00
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2023-12-12 03:46:27 -05:00
|
|
|
reason: lack of runner
|
|
|
|
depends_filepatterns:
|
|
|
|
- components/driver/i2c/**
|
2023-08-16 22:45:23 -04:00
|
|
|
|
2022-05-28 05:03:05 -04:00
|
|
|
components/driver/test_apps/legacy_mcpwm_driver:
|
|
|
|
disable:
|
|
|
|
- if: SOC_MCPWM_SUPPORTED != 1
|
2024-01-02 05:33:31 -05:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2024-01-03 06:32:00 -05:00
|
|
|
reason: test not pass, should be re-enable # TODO: IDF-8963
|
2023-10-29 22:59:17 -04:00
|
|
|
depends_filepatterns:
|
|
|
|
- components/driver/deprecated/**/*mcpwm*
|
2022-05-28 05:03:05 -04:00
|
|
|
|
2022-07-12 22:34:02 -04:00
|
|
|
components/driver/test_apps/legacy_pcnt_driver:
|
|
|
|
disable:
|
|
|
|
- if: SOC_PCNT_SUPPORTED != 1
|
2024-01-02 05:33:31 -05:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2024-01-03 06:32:00 -05:00
|
|
|
reason: test not pass, should be re-enable # TODO: IDF-8965
|
2023-10-29 22:59:17 -04:00
|
|
|
depends_filepatterns:
|
|
|
|
- components/driver/deprecated/**/*pcnt*
|
2022-07-12 22:34:02 -04:00
|
|
|
|
|
|
|
components/driver/test_apps/legacy_rmt_driver:
|
|
|
|
disable:
|
|
|
|
- if: SOC_RMT_SUPPORTED != 1
|
2023-11-21 21:22:29 -05:00
|
|
|
depends_filepatterns:
|
|
|
|
- components/driver/deprecated/**/*rmt*
|
2022-07-12 22:34:02 -04:00
|
|
|
|
|
|
|
components/driver/test_apps/legacy_rtc_temp_driver:
|
|
|
|
disable:
|
|
|
|
- if: SOC_TEMP_SENSOR_SUPPORTED != 1
|
|
|
|
|
2023-10-17 00:11:42 -04:00
|
|
|
components/driver/test_apps/legacy_sigma_delta_driver:
|
|
|
|
disable:
|
|
|
|
- if: SOC_SDM_SUPPORTED != 1
|
|
|
|
depends_filepatterns:
|
2023-11-30 07:57:54 -05:00
|
|
|
- components/driver/deprecated/**/*sigma*
|
2023-10-17 00:11:42 -04:00
|
|
|
depends_components:
|
|
|
|
- esp_driver_gpio
|
|
|
|
|
2023-01-05 06:34:05 -05:00
|
|
|
components/driver/test_apps/legacy_timer_driver:
|
|
|
|
disable:
|
|
|
|
- if: SOC_GPTIMER_SUPPORTED != 1
|
2024-01-02 05:33:31 -05:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2024-01-03 06:32:00 -05:00
|
|
|
reason: test not pass, should be re-enable # TODO: IDF-8962
|
2023-10-29 22:59:17 -04:00
|
|
|
depends_filepatterns:
|
|
|
|
- components/driver/deprecated/**/*timer*
|
2022-05-28 05:03:05 -04:00
|
|
|
|
2022-08-02 07:01:40 -04:00
|
|
|
components/driver/test_apps/touch_sensor_v1:
|
|
|
|
disable:
|
2023-08-25 04:52:05 -04:00
|
|
|
- if: SOC_TOUCH_SENSOR_VERSION != 1
|
2022-08-02 07:01:40 -04:00
|
|
|
|
|
|
|
components/driver/test_apps/touch_sensor_v2:
|
|
|
|
disable:
|
2023-08-25 04:52:05 -04:00
|
|
|
- if: SOC_TOUCH_SENSOR_VERSION != 2
|
2022-10-27 05:39:13 -04:00
|
|
|
|
|
|
|
components/driver/test_apps/twai:
|
|
|
|
disable:
|
|
|
|
- if: SOC_TWAI_SUPPORTED != 1
|
2024-01-02 05:33:31 -05:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2024-01-03 06:32:00 -05:00
|
|
|
reason: test not pass, should be re-enable # TODO: IDF-8966
|
2023-12-25 21:38:06 -05:00
|
|
|
depends_filepatterns:
|
|
|
|
- components/driver/twai/**/*
|
|
|
|
depends_components:
|
|
|
|
- esp_driver_gpio
|