From ecf073e6500c0845e2315b6d22a72ee989910991 Mon Sep 17 00:00:00 2001 From: laokaiyao Date: Mon, 21 Apr 2025 16:21:06 +0800 Subject: [PATCH] ci: disable esp32c5 build and target test on v5.4 --- .gitlab/ci/default-build-test-rules.yml | 2 +- .../known_generate_test_child_pipeline_warnings.yml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitlab/ci/default-build-test-rules.yml b/.gitlab/ci/default-build-test-rules.yml index ade558ffe4..dd8455128d 100644 --- a/.gitlab/ci/default-build-test-rules.yml +++ b/.gitlab/ci/default-build-test-rules.yml @@ -7,10 +7,10 @@ # # This file should ONLY be used during bringup. Should be reset to empty after the bringup process extra_default_build_targets: - - esp32c5 - esp32c61 bypass_check_test_targets: + - esp32c5 # # These lines would diff --git a/tools/ci/dynamic_pipelines/templates/known_generate_test_child_pipeline_warnings.yml b/tools/ci/dynamic_pipelines/templates/known_generate_test_child_pipeline_warnings.yml index 809563c0c7..39eb619fae 100644 --- a/tools/ci/dynamic_pipelines/templates/known_generate_test_child_pipeline_warnings.yml +++ b/tools/ci/dynamic_pipelines/templates/known_generate_test_child_pipeline_warnings.yml @@ -14,7 +14,16 @@ no_runner_tags: - esp32c2,jtag,xtal_40mhz - esp32c3,flash_multi - esp32c3,sdcard_sdmode + - esp32c5,adc + - esp32c5,generic - 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 - esp32c61,jtag - esp32h2,jtag