mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(ci): disable ci test when target is not support classic bluetooth
This commit is contained in:
parent
30dddabb6b
commit
9a2e2f95e9
@ -109,6 +109,14 @@ examples/bluetooth/esp_ble_mesh/wifi_coexist:
|
|||||||
depends_filepatterns:
|
depends_filepatterns:
|
||||||
- examples/bluetooth/esp_ble_mesh/common_components/**/*
|
- 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:
|
examples/bluetooth/hci:
|
||||||
<<: *bt_default_depends
|
<<: *bt_default_depends
|
||||||
enable:
|
enable:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user