From 6f48dddbc249be3666e619941dba9cdb70bdcea2 Mon Sep 17 00:00:00 2001 From: zhiweijian Date: Sat, 31 Jan 2026 10:54:13 +0800 Subject: [PATCH] fix(ble/bluedroid): Fixed bluedroid examples CI failed --- examples/bluetooth/.build-test-rules.yml | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/examples/bluetooth/.build-test-rules.yml b/examples/bluetooth/.build-test-rules.yml index 8cfde7488a..a434487c72 100644 --- a/examples/bluetooth/.build-test-rules.yml +++ b/examples/bluetooth/.build-test-rules.yml @@ -96,46 +96,73 @@ examples/bluetooth/bluedroid/ble_50/ble_connection_central_with_cte: <<: *bt_default_depends enable: - if: SOC_BLE_CTE_SUPPORTED == 1 + - if: IDF_TARGET in ["esp32c61", "esp32h2"] + temporary: true + reason: only enable build jobs for tested targets examples/bluetooth/bluedroid/ble_50/ble_connection_peripheral_with_cte: <<: *bt_default_depends enable: - if: SOC_BLE_CTE_SUPPORTED == 1 + - if: IDF_TARGET in ["esp32c61", "esp32h2"] + temporary: true + reason: only enable build jobs for tested targets examples/bluetooth/bluedroid/ble_50/ble_pawr_advertiser: <<: *bt_default_depends enable: - if: SOC_BLE_PERIODIC_ADV_WITH_RESPONSE == 1 + - if: IDF_TARGET in ["esp32c6", "esp32c61", "esp32h2"] + temporary: true + reason: only enable build jobs for tested targets examples/bluetooth/bluedroid/ble_50/ble_pawr_advertiser_conn: <<: *bt_default_depends enable: - if: SOC_BLE_PERIODIC_ADV_WITH_RESPONSE == 1 + - if: IDF_TARGET in ["esp32c6", "esp32c61", "esp32h2"] + temporary: true + reason: only enable build jobs for tested targets examples/bluetooth/bluedroid/ble_50/ble_pawr_synchronizer: <<: *bt_default_depends enable: - if: SOC_BLE_PERIODIC_ADV_WITH_RESPONSE == 1 + - if: IDF_TARGET in ["esp32c6", "esp32c61", "esp32h2"] + temporary: true + reason: only enable build jobs for tested targets examples/bluetooth/bluedroid/ble_50/ble_periodic_adv_with_cte: <<: *bt_default_depends enable: - if: SOC_BLE_CTE_SUPPORTED == 1 + - if: IDF_TARGET in ["esp32c61", "esp32h2"] + temporary: true + reason: only enable build jobs for tested targets examples/bluetooth/bluedroid/ble_50/ble_periodic_sync_with_cte: <<: *bt_default_depends enable: - if: SOC_BLE_CTE_SUPPORTED == 1 + - if: IDF_TARGET in ["esp32c61", "esp32h2"] + temporary: true + reason: only enable build jobs for tested targets examples/bluetooth/bluedroid/ble_50/ble_power_control_central: <<: *bt_default_depends enable: - if: SOC_BLE_POWER_CONTROL_SUPPORTED == 1 + - if: IDF_TARGET in ["esp32c5", "esp32c6", "esp32c61", "esp32h2"] + temporary: true + reason: only enable build jobs for tested targets examples/bluetooth/bluedroid/ble_50/ble_power_control_peripheral: <<: *bt_default_depends enable: - if: SOC_BLE_POWER_CONTROL_SUPPORTED == 1 + - if: IDF_TARGET in ["esp32c5", "esp32c6", "esp32c61", "esp32h2"] + temporary: true + reason: only enable build jobs for tested targets examples/bluetooth/bluedroid/classic_bt: <<: *bt_default_depends