From 9a2e2f95e911fbdd7dfa97c6b31a0adc52a556ed Mon Sep 17 00:00:00 2001 From: gongyantao Date: Wed, 14 Aug 2024 19:33:51 +0800 Subject: [PATCH] fix(ci): disable ci test when target is not support classic bluetooth --- examples/bluetooth/.build-test-rules.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/examples/bluetooth/.build-test-rules.yml b/examples/bluetooth/.build-test-rules.yml index 69db3687ad..782bd4d5d4 100644 --- a/examples/bluetooth/.build-test-rules.yml +++ b/examples/bluetooth/.build-test-rules.yml @@ -109,6 +109,14 @@ examples/bluetooth/esp_ble_mesh/wifi_coexist: depends_filepatterns: - examples/bluetooth/esp_ble_mesh/common_components/**/* +examples/bluetooth/esp_hid_host: + disable_test: + - if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32c5", "esp32c6", "esp32h2", "esp32s3"] + temporary: true + reason: temporarily test esp32 + disable: + - if: SOC_BT_SUPPORTED != 1 + examples/bluetooth/hci: <<: *bt_default_depends enable: