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