Skip to content

Commit 8a668d6

Browse files
committed
ci: disable failing esp32c5 builds
1 parent 7d47aec commit 8a668d6

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

components/driver/test_apps/.build-test-rules.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ components/driver/test_apps/legacy_mcpwm_driver:
5454
components/driver/test_apps/legacy_pcnt_driver:
5555
disable:
5656
- if: SOC_PCNT_SUPPORTED != 1
57+
- if: IDF_TARGET == "esp32c5"
58+
temporary: true
59+
reason: build failed. track in IDFCI-2204
5760
depends_filepatterns:
5861
- components/driver/deprecated/**/*pcnt*
5962

components/esp_driver_ledc/test_apps/.build-test-rules.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
components/esp_driver_ledc/test_apps/ledc:
44
disable:
55
- if: SOC_LEDC_SUPPORTED != 1
6+
- if: IDF_TARGET == "esp32c5"
7+
temporary: true
8+
reason: build failed. track in IDFCI-2204
69
disable_test:
710
- if: IDF_TARGET == "esp32p4"
811
temporary: true

components/esp_rom/test_apps/.build-test-rules.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ components/esp_rom/test_apps/linux_rom_apis:
77
components/esp_rom/test_apps/rom_impl_components:
88
disable:
99
# For ROM impl build tests, disable them if none of the tested features are supported in the ROM
10+
- if: CONFIG_NAME == "no_rom_impl_components" and IDF_TARGET == "esp32c5"
11+
temporary: true
12+
reason: build failed. track in IDFCI-2204
1013
- 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))
1114
- 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))
1215

examples/peripherals/.build-test-rules.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,18 @@ examples/peripherals/lcd/tjpgd:
190190
examples/peripherals/ledc:
191191
disable:
192192
- if: SOC_LEDC_SUPPORTED != 1
193+
- if: IDF_TARGET == "esp32c5"
194+
temporary: true
195+
reason: build failed. track in IDFCI-2204
193196
depends_components:
194197
- esp_driver_ledc
195198

196199
examples/peripherals/ledc/ledc_gamma_curve_fade:
197200
disable:
198201
- if: SOC_LEDC_SUPPORTED != 1 or SOC_LEDC_GAMMA_CURVE_FADE_SUPPORTED != 1
202+
- if: IDF_TARGET == "esp32c5"
203+
temporary: true
204+
reason: build failed. track in IDFCI-22041
199205
depends_components:
200206
- esp_driver_ledc
201207

0 commit comments

Comments
 (0)