Disable bt example test

This commit is contained in:
Shen Weilong
2023-01-10 21:19:27 +08:00
parent 6e962ce8dd
commit 923378a4aa

View File

@@ -5,131 +5,227 @@ examples/bluetooth/bluedroid/ble:
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"] - if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true temporary: true
reason: the other targets are not tested yet reason: the other targets are not tested yet
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true
reason: The runner doesn't support yet
examples/bluetooth/bluedroid/ble_50: examples/bluetooth/bluedroid/ble_50:
enable: enable:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"] - if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true temporary: true
reason: the other targets are not tested yet reason: the other targets are not tested yet
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true
reason: The runner doesn't support yet
examples/bluetooth/bluedroid/ble_50/multi-adv: examples/bluetooth/bluedroid/ble_50/multi-adv:
enable: enable:
- if: IDF_TARGET in ["esp32c3", "esp32h4", "esp32s3", "esp32c6"] - if: IDF_TARGET in ["esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true temporary: true
reason: the other targets are not tested yet reason: the other targets are not tested yet
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true
reason: The runner doesn't support yet
examples/bluetooth/bluedroid/classic_bt: examples/bluetooth/bluedroid/classic_bt:
enable: enable:
- if: IDF_TARGET == "esp32" - if: IDF_TARGET == "esp32"
temporary: true temporary: true
reason: the other targets are not tested yet reason: the other targets are not tested yet
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true
reason: The runner doesn't support yet
examples/bluetooth/bluedroid/coex/a2dp_gatts_coex: examples/bluetooth/bluedroid/coex/a2dp_gatts_coex:
enable: enable:
- if: IDF_TARGET == "esp32" - if: IDF_TARGET == "esp32"
temporary: true temporary: true
reason: the other targets are not tested yet reason: the other targets are not tested yet
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true
reason: The runner doesn't support yet
examples/bluetooth/bluedroid/coex/gattc_gatts_coex: examples/bluetooth/bluedroid/coex/gattc_gatts_coex:
enable: enable:
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"] - if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true temporary: true
reason: the other targets are not tested yet reason: the other targets are not tested yet
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true
reason: The runner doesn't support yet
examples/bluetooth/blufi: examples/bluetooth/blufi:
enable: enable:
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3", "esp32c6"] - if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3", "esp32c6"]
temporary: true temporary: true
reason: the other targets are not tested yet reason: the other targets are not tested yet
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true
reason: The runner doesn't support yet
examples/bluetooth/esp_ble_mesh: examples/bluetooth/esp_ble_mesh:
enable: enable:
- if: IDF_TARGET in ["esp32", "esp32c3", "esp32s3", "esp32c6"] - if: IDF_TARGET in ["esp32", "esp32c3", "esp32s3", "esp32c6"]
temporary: true temporary: true
reason: the other targets are not tested yet reason: the other targets are not tested yet
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true
reason: The runner doesn't support yet
examples/bluetooth/esp_ble_mesh/aligenie_demo: examples/bluetooth/esp_ble_mesh/aligenie_demo:
enable: enable:
- if: IDF_TARGET in ["esp32"] - if: IDF_TARGET in ["esp32"]
temporary: true temporary: true
reason: the other targets are not tested yet reason: the other targets are not tested yet
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true
reason: The runner doesn't support yet
examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test: examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test:
enable: enable:
- if: IDF_TARGET in ["esp32"] - if: IDF_TARGET in ["esp32"]
temporary: true temporary: true
reason: the other targets are not tested yet reason: the other targets are not tested yet
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true
reason: The runner doesn't support yet
examples/bluetooth/esp_hid_device: examples/bluetooth/esp_hid_device:
enable: enable:
- if: IDF_TARGET == "esp32" - if: IDF_TARGET == "esp32"
temporary: true temporary: true
reason: the other targets are not tested yet reason: the other targets are not tested yet
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true
reason: The runner doesn't support yet
examples/bluetooth/esp_hid_host: examples/bluetooth/esp_hid_host:
enable: enable:
- if: IDF_TARGET == "esp32" - if: IDF_TARGET == "esp32"
temporary: true temporary: true
reason: the other targets are not tested yet reason: the other targets are not tested yet
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true
reason: The runner doesn't support yet
examples/bluetooth/hci/ble_adv_scan_combined: examples/bluetooth/hci/ble_adv_scan_combined:
enable: enable:
- if: IDF_TARGET == "esp32" - if: IDF_TARGET == "esp32"
temporary: true temporary: true
reason: the other targets are not tested yet reason: the other targets are not tested yet
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true
reason: The runner doesn't support yet
examples/bluetooth/hci/controller_hci_uart_esp32: examples/bluetooth/hci/controller_hci_uart_esp32:
enable: enable:
- if: IDF_TARGET == "esp32" - if: IDF_TARGET == "esp32"
temporary: true
reason: the other targets are not tested yet
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true
reason: The runner doesn't support yet
examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3: examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3:
enable: enable:
- if: IDF_TARGET in ["esp32c3", "esp32s3"] - if: IDF_TARGET in ["esp32c3", "esp32s3"]
temporary: true
reason: the other targets are not tested yet
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true
reason: The runner doesn't support yet
examples/bluetooth/hci/controller_vhci_ble_adv: examples/bluetooth/hci/controller_vhci_ble_adv:
enable: enable:
- if: IDF_TARGET == "esp32" - if: IDF_TARGET == "esp32"
temporary: true temporary: true
reason: the other targets are not tested yet reason: the other targets are not tested yet
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true
reason: The runner doesn't support yet
examples/bluetooth/nimble: examples/bluetooth/nimble:
enable: enable:
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3"] - if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3"]
temporary: true temporary: true
reason: the other targets are not tested yet reason: the other targets are not tested yet
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true
reason: The runner doesn't support yet
examples/bluetooth/nimble/ble_periodic_adv: examples/bluetooth/nimble/ble_periodic_adv:
enable: enable:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"] - if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
temporary: true temporary: true
reason: the other targets are not tested yet reason: the other targets are not tested yet
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true
reason: The runner doesn't support yet
examples/bluetooth/nimble/ble_periodic_sync: examples/bluetooth/nimble/ble_periodic_sync:
enable: enable:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"] - if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
temporary: true temporary: true
reason: the other targets are not tested yet reason: the other targets are not tested yet
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true
reason: The runner doesn't support yet
examples/bluetooth/nimble/ble_phy: examples/bluetooth/nimble/ble_phy:
enable: enable:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"] - if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3"]
temporary: true temporary: true
reason: the other targets are not tested yet reason: the other targets are not tested yet
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true
reason: The runner doesn't support yet
examples/bluetooth/nimble/blemesh: examples/bluetooth/nimble/blemesh:
enable: enable:
- if: IDF_TARGET in ["esp32"] - if: IDF_TARGET in ["esp32"]
temporary: true temporary: true
reason: the other targets are not tested yet reason: the other targets are not tested yet
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true
reason: The runner doesn't support yet
examples/bluetooth/nimble/bleprph_wifi_coex: examples/bluetooth/nimble/bleprph_wifi_coex:
enable: enable:
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3"] - if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3"]
temporary: true temporary: true
reason: the other targets are not tested yet reason: the other targets are not tested yet
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true
reason: The runner doesn't support yet
examples/bluetooth/nimble/hci: examples/bluetooth/nimble/hci:
enable: enable:
- if: IDF_TARGET in ["esp32c2", "esp32c6"] - if: IDF_TARGET in ["esp32c2", "esp32c6"]
temporary: true temporary: true
reason: the other targets are not tested yet reason: the other targets are not tested yet
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h4", "esp32s3", "esp32c6"]
temporary: true
reason: The runner doesn't support yet