mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
ci: disable failing esp32c5 builds
This commit is contained in:
@@ -54,6 +54,9 @@ components/driver/test_apps/legacy_mcpwm_driver:
|
|||||||
components/driver/test_apps/legacy_pcnt_driver:
|
components/driver/test_apps/legacy_pcnt_driver:
|
||||||
disable:
|
disable:
|
||||||
- if: SOC_PCNT_SUPPORTED != 1
|
- if: SOC_PCNT_SUPPORTED != 1
|
||||||
|
- if: IDF_TARGET == "esp32c5"
|
||||||
|
temporary: true
|
||||||
|
reason: build failed. track in IDFCI-2204
|
||||||
depends_filepatterns:
|
depends_filepatterns:
|
||||||
- components/driver/deprecated/**/*pcnt*
|
- components/driver/deprecated/**/*pcnt*
|
||||||
|
|
||||||
|
@@ -3,6 +3,9 @@
|
|||||||
components/esp_driver_ledc/test_apps/ledc:
|
components/esp_driver_ledc/test_apps/ledc:
|
||||||
disable:
|
disable:
|
||||||
- if: SOC_LEDC_SUPPORTED != 1
|
- if: SOC_LEDC_SUPPORTED != 1
|
||||||
|
- if: IDF_TARGET == "esp32c5"
|
||||||
|
temporary: true
|
||||||
|
reason: build failed. track in IDFCI-2204
|
||||||
disable_test:
|
disable_test:
|
||||||
- if: IDF_TARGET == "esp32p4"
|
- if: IDF_TARGET == "esp32p4"
|
||||||
temporary: true
|
temporary: true
|
||||||
|
@@ -7,6 +7,9 @@ components/esp_rom/test_apps/linux_rom_apis:
|
|||||||
components/esp_rom/test_apps/rom_impl_components:
|
components/esp_rom/test_apps/rom_impl_components:
|
||||||
disable:
|
disable:
|
||||||
# For ROM impl build tests, disable them if none of the tested features are supported in the ROM
|
# For ROM impl build tests, disable them if none of the tested features are supported in the ROM
|
||||||
|
- if: CONFIG_NAME == "no_rom_impl_components" and IDF_TARGET == "esp32c5"
|
||||||
|
temporary: true
|
||||||
|
reason: build failed. track in IDFCI-2204
|
||||||
- if: CONFIG_NAME == "rom_impl_components" and ((ESP_ROM_HAS_HAL_WDT != 1 and ESP_ROM_HAS_HAL_SYSTIMER != 1) and (ESP_ROM_HAS_HEAP_TLSF != 1 and ESP_ROM_HAS_SPI_FLASH != 1))
|
- if: CONFIG_NAME == "rom_impl_components" and ((ESP_ROM_HAS_HAL_WDT != 1 and ESP_ROM_HAS_HAL_SYSTIMER != 1) and (ESP_ROM_HAS_HEAP_TLSF != 1 and ESP_ROM_HAS_SPI_FLASH != 1))
|
||||||
- if: CONFIG_NAME == "no_rom_impl_components" and ((ESP_ROM_HAS_HAL_WDT != 1 and ESP_ROM_HAS_HAL_SYSTIMER != 1) and (ESP_ROM_HAS_HEAP_TLSF != 1 and ESP_ROM_HAS_SPI_FLASH != 1))
|
- if: CONFIG_NAME == "no_rom_impl_components" and ((ESP_ROM_HAS_HAL_WDT != 1 and ESP_ROM_HAS_HAL_SYSTIMER != 1) and (ESP_ROM_HAS_HEAP_TLSF != 1 and ESP_ROM_HAS_SPI_FLASH != 1))
|
||||||
|
|
||||||
|
@@ -190,12 +190,18 @@ examples/peripherals/lcd/tjpgd:
|
|||||||
examples/peripherals/ledc:
|
examples/peripherals/ledc:
|
||||||
disable:
|
disable:
|
||||||
- if: SOC_LEDC_SUPPORTED != 1
|
- if: SOC_LEDC_SUPPORTED != 1
|
||||||
|
- if: IDF_TARGET == "esp32c5"
|
||||||
|
temporary: true
|
||||||
|
reason: build failed. track in IDFCI-2204
|
||||||
depends_components:
|
depends_components:
|
||||||
- esp_driver_ledc
|
- esp_driver_ledc
|
||||||
|
|
||||||
examples/peripherals/ledc/ledc_gamma_curve_fade:
|
examples/peripherals/ledc/ledc_gamma_curve_fade:
|
||||||
disable:
|
disable:
|
||||||
- if: SOC_LEDC_SUPPORTED != 1 or SOC_LEDC_GAMMA_CURVE_FADE_SUPPORTED != 1
|
- if: SOC_LEDC_SUPPORTED != 1 or SOC_LEDC_GAMMA_CURVE_FADE_SUPPORTED != 1
|
||||||
|
- if: IDF_TARGET == "esp32c5"
|
||||||
|
temporary: true
|
||||||
|
reason: build failed. track in IDFCI-22041
|
||||||
depends_components:
|
depends_components:
|
||||||
- esp_driver_ledc
|
- esp_driver_ledc
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user