From 994f2c2b68a4b78338478380fc9e9096a4745086 Mon Sep 17 00:00:00 2001 From: wanckl Date: Thu, 22 May 2025 15:17:32 +0800 Subject: [PATCH] fix(ci): disable target test for c61 eco3 update --- .gitlab/ci/default-build-test-rules.yml | 1 + .../known_generate_test_child_pipeline_warnings.yml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.gitlab/ci/default-build-test-rules.yml b/.gitlab/ci/default-build-test-rules.yml index 11a291dd3c..cc70ba730b 100644 --- a/.gitlab/ci/default-build-test-rules.yml +++ b/.gitlab/ci/default-build-test-rules.yml @@ -16,6 +16,7 @@ bypass_check_test_targets: - esp32h21 - esp32h4 - esp32c5 + - esp32c61 # # 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 6e0c712428..d67783d631 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 @@ -19,7 +19,12 @@ no_runner_tags: - esp32c5,sdcard_spimode - esp32c5_2,generic_multi_device - esp32c6,jtag + - esp32c61,generic - esp32c61,jtag + - esp32c61,usb_serial_jtag + - esp32c61,wifi_ap + - esp32c61,wifi_router + - esp32c61_2,wifi_two_dut - esp32h2,jtag - esp32p4,jtag - esp32s2,usb_host_flash_disk