mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
Merge branch 'ci/disable_c5_target_test_on_v5.4' into 'release/v5.4'
ci(esp32c5): disable esp32c5 build and target test on v5.4 See merge request espressif/esp-idf!38587
This commit is contained in:
@ -7,10 +7,10 @@
|
|||||||
#
|
#
|
||||||
# This file should ONLY be used during bringup. Should be reset to empty after the bringup process
|
# This file should ONLY be used during bringup. Should be reset to empty after the bringup process
|
||||||
extra_default_build_targets:
|
extra_default_build_targets:
|
||||||
- esp32c5
|
|
||||||
- esp32c61
|
- esp32c61
|
||||||
|
|
||||||
bypass_check_test_targets:
|
bypass_check_test_targets:
|
||||||
|
- esp32c5
|
||||||
|
|
||||||
#
|
#
|
||||||
# These lines would
|
# These lines would
|
||||||
|
@ -14,7 +14,16 @@ no_runner_tags:
|
|||||||
- esp32c2,jtag,xtal_40mhz
|
- esp32c2,jtag,xtal_40mhz
|
||||||
- esp32c3,flash_multi
|
- esp32c3,flash_multi
|
||||||
- esp32c3,sdcard_sdmode
|
- esp32c3,sdcard_sdmode
|
||||||
|
- esp32c5,adc
|
||||||
|
- esp32c5,generic
|
||||||
- esp32c5,jtag
|
- esp32c5,jtag
|
||||||
|
- esp32c5,ram_app
|
||||||
|
- esp32c5,sdcard_spimode
|
||||||
|
- esp32c5,usb_serial_jtag
|
||||||
|
- esp32c5,wifi_ap
|
||||||
|
- esp32c5,wifi_router
|
||||||
|
- esp32c5_2,generic_multi_device
|
||||||
|
- esp32c5_2,wifi_two_dut
|
||||||
- esp32c6,jtag
|
- esp32c6,jtag
|
||||||
- esp32c61,jtag
|
- esp32c61,jtag
|
||||||
- esp32h2,jtag
|
- esp32h2,jtag
|
||||||
|
Reference in New Issue
Block a user