From df9abfe9f9e3b39489ae0494b3684f08200079d1 Mon Sep 17 00:00:00 2001 From: weiyuhan Date: Tue, 27 Aug 2024 18:32:11 +0800 Subject: [PATCH] fix(ble): Added ble_get_started examples to build-test-rules.yml --- examples/bluetooth/.build-test-rules.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/examples/bluetooth/.build-test-rules.yml b/examples/bluetooth/.build-test-rules.yml index 0aa32699a1..fae7dce627 100644 --- a/examples/bluetooth/.build-test-rules.yml +++ b/examples/bluetooth/.build-test-rules.yml @@ -1,5 +1,15 @@ # Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps +examples/bluetooth/ble_get_started/nimble: + enable: + - if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3", "esp32c6", "esp32h2"] + temporary: true + reason: the other targets are not tested yet + disable_test: + - if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3", "esp32c6", "esp32h2"] + temporary: true + reason: The runner doesn't support yet + examples/bluetooth/bluedroid/ble: enable: - if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3", "esp32c6", "esp32h2"]