2022-07-12 22:34:02 -04:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
examples/bluetooth/bluedroid/ble:
|
|
|
|
enable:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3", "esp32c6", "esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2023-01-10 08:19:27 -05:00
|
|
|
disable_test:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3", "esp32c6", "esp32h2"]
|
2023-01-10 08:19:27 -05:00
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
2022-07-12 22:34:02 -04:00
|
|
|
|
|
|
|
examples/bluetooth/bluedroid/ble_50:
|
|
|
|
enable:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3", "esp32c6", "esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2023-01-10 08:19:27 -05:00
|
|
|
disable_test:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3", "esp32c6", "esp32h2"]
|
2023-01-10 08:19:27 -05:00
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
2022-07-12 22:34:02 -04:00
|
|
|
|
|
|
|
examples/bluetooth/bluedroid/ble_50/multi-adv:
|
|
|
|
enable:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c3", "esp32s3", "esp32c6", "esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2023-01-10 08:19:27 -05:00
|
|
|
disable_test:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3", "esp32c6", "esp32h2"]
|
2023-01-10 08:19:27 -05:00
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
2022-07-12 22:34:02 -04:00
|
|
|
|
|
|
|
examples/bluetooth/bluedroid/classic_bt:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
|
|
|
examples/bluetooth/bluedroid/coex/a2dp_gatts_coex:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
|
|
|
examples/bluetooth/bluedroid/coex/gattc_gatts_coex:
|
|
|
|
enable:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3", "esp32c6", "esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2023-01-10 08:19:27 -05:00
|
|
|
disable_test:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3", "esp32c6", "esp32h2"]
|
2023-01-10 08:19:27 -05:00
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
2022-07-12 22:34:02 -04:00
|
|
|
|
|
|
|
examples/bluetooth/blufi:
|
|
|
|
enable:
|
2023-01-08 22:48:36 -05:00
|
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3", "esp32c6"]
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2023-01-10 08:19:27 -05:00
|
|
|
disable_test:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3", "esp32c6"]
|
2023-01-10 08:19:27 -05:00
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
2022-07-12 22:34:02 -04:00
|
|
|
|
|
|
|
examples/bluetooth/esp_ble_mesh:
|
|
|
|
enable:
|
2023-01-08 22:48:36 -05:00
|
|
|
- if: IDF_TARGET in ["esp32", "esp32c3", "esp32s3", "esp32c6"]
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2023-01-10 08:19:27 -05:00
|
|
|
disable_test:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3", "esp32c6"]
|
2023-01-10 08:19:27 -05:00
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
2022-07-12 22:34:02 -04:00
|
|
|
|
2023-01-08 22:48:36 -05:00
|
|
|
examples/bluetooth/esp_ble_mesh/aligenie_demo:
|
2022-07-12 22:34:02 -04:00
|
|
|
enable:
|
2023-01-08 22:48:36 -05:00
|
|
|
- if: IDF_TARGET in ["esp32"]
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2023-01-10 08:19:27 -05:00
|
|
|
disable_test:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3", "esp32c6"]
|
2023-01-10 08:19:27 -05:00
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
2023-01-08 22:48:36 -05:00
|
|
|
|
|
|
|
examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET in ["esp32"]
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2023-01-10 08:19:27 -05:00
|
|
|
disable_test:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3", "esp32c6"]
|
2023-01-10 08:19:27 -05:00
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
2022-07-12 22:34:02 -04:00
|
|
|
|
|
|
|
examples/bluetooth/esp_hid_device:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
|
|
|
examples/bluetooth/esp_hid_host:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
|
|
|
examples/bluetooth/hci/ble_adv_scan_combined:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
|
|
|
examples/bluetooth/hci/controller_hci_uart_esp32:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "esp32"
|
2023-01-10 08:19:27 -05:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2022-07-12 22:34:02 -04:00
|
|
|
|
|
|
|
examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET in ["esp32c3", "esp32s3"]
|
2023-01-10 08:19:27 -05:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
disable_test:
|
2023-03-06 23:21:29 -05:00
|
|
|
- if: IDF_TARGET in ["esp32c3", "esp32s3"]
|
2023-01-10 08:19:27 -05:00
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
2022-07-12 22:34:02 -04:00
|
|
|
|
|
|
|
examples/bluetooth/hci/controller_vhci_ble_adv:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
|
|
|
examples/bluetooth/nimble:
|
2022-06-29 06:00:49 -04:00
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3"]
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2023-01-10 08:19:27 -05:00
|
|
|
disable_test:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3", "esp32c6"]
|
2023-01-10 08:19:27 -05:00
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
2022-06-29 06:00:49 -04:00
|
|
|
|
2023-03-14 04:18:09 -04:00
|
|
|
examples/bluetooth/nimble/ble_l2cap_coc:
|
|
|
|
enable:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32c6" , "esp32s3", "esp32h2" ]
|
2023-03-14 04:18:09 -04:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
disable_test:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h2" , "esp32s3", "esp32c6"]
|
2023-03-14 04:18:09 -04:00
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
|
|
|
|
2023-03-10 08:03:51 -05:00
|
|
|
examples/bluetooth/nimble/ble_multi_adv:
|
|
|
|
enable:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32s3"]
|
2023-03-10 08:03:51 -05:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET in ["esp32"]
|
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
|
|
|
|
2022-09-06 09:19:28 -04:00
|
|
|
examples/bluetooth/nimble/ble_periodic_adv:
|
|
|
|
enable:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32c6" , "esp32s3", "esp32h2" ]
|
2022-09-06 09:19:28 -04:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2023-01-10 08:19:27 -05:00
|
|
|
disable_test:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h2", "esp32s3", "esp32c6"]
|
2023-01-10 08:19:27 -05:00
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
2022-09-06 09:19:28 -04:00
|
|
|
|
|
|
|
examples/bluetooth/nimble/ble_periodic_sync:
|
|
|
|
enable:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32c6" , "esp32s3", "esp32h2" ]
|
2022-09-06 09:19:28 -04:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2023-01-10 08:19:27 -05:00
|
|
|
disable_test:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h2", "esp32s3", "esp32c6"]
|
2023-01-10 08:19:27 -05:00
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
2022-09-06 09:19:28 -04:00
|
|
|
|
2022-07-08 07:15:33 -04:00
|
|
|
examples/bluetooth/nimble/ble_phy:
|
|
|
|
enable:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32s3" ]
|
2022-07-08 07:15:33 -04:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2023-01-10 08:19:27 -05:00
|
|
|
disable_test:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h2", "esp32s3", "esp32c6"]
|
2023-03-14 04:18:09 -04:00
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
|
|
|
|
2023-04-11 01:51:15 -04:00
|
|
|
examples/bluetooth/nimble/ble_proximity_sensor:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32h4", "esp32s3"]
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
2023-03-14 04:18:09 -04:00
|
|
|
examples/bluetooth/nimble/ble_spp:
|
|
|
|
enable:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32s3" ]
|
2023-03-14 04:18:09 -04:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
disable_test:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h2", "esp32s3", "esp32c6"]
|
2023-03-14 04:18:09 -04:00
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
|
|
|
|
|
|
|
examples/bluetooth/nimble/blecent:
|
|
|
|
enable:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32c6" , "esp32s3", "esp32h2" ]
|
2023-03-14 04:18:09 -04:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
disable_test:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h2", "esp32s3", "esp32c6"]
|
2023-03-14 04:18:09 -04:00
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
|
|
|
|
|
|
|
examples/bluetooth/nimble/blehr:
|
|
|
|
enable:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32c6" , "esp32s3", "esp32h2" ]
|
2023-03-14 04:18:09 -04:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
disable_test:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h2", "esp32s3", "esp32c6"]
|
2023-01-10 08:19:27 -05:00
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
2022-07-08 07:15:33 -04:00
|
|
|
|
2023-01-08 22:48:36 -05:00
|
|
|
examples/bluetooth/nimble/blemesh:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET in ["esp32"]
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2023-01-10 08:19:27 -05:00
|
|
|
disable_test:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3", "esp32c6"]
|
2023-01-10 08:19:27 -05:00
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
2023-01-08 22:48:36 -05:00
|
|
|
|
2023-03-14 04:18:09 -04:00
|
|
|
examples/bluetooth/nimble/bleprph:
|
|
|
|
enable:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32c6" , "esp32s3", "esp32h2" ]
|
2023-03-14 04:18:09 -04:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
disable_test:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h2", "esp32s3", "esp32c6"]
|
2023-03-14 04:18:09 -04:00
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
|
|
|
|
2023-01-08 22:48:36 -05:00
|
|
|
examples/bluetooth/nimble/bleprph_wifi_coex:
|
2022-07-12 22:34:02 -04:00
|
|
|
enable:
|
2023-01-08 22:48:36 -05:00
|
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3"]
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2023-01-10 08:19:27 -05:00
|
|
|
disable_test:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3", "esp32c6"]
|
2023-01-10 08:19:27 -05:00
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
2022-07-12 22:34:02 -04:00
|
|
|
|
|
|
|
examples/bluetooth/nimble/hci:
|
|
|
|
enable:
|
2023-01-08 22:48:36 -05:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c6"]
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2023-01-10 08:19:27 -05:00
|
|
|
disable_test:
|
2023-04-13 02:32:25 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3", "esp32c6"]
|
2023-01-10 08:19:27 -05:00
|
|
|
temporary: true
|
|
|
|
reason: The runner doesn't support yet
|
2023-03-23 22:05:33 -04:00
|
|
|
|
|
|
|
examples/bluetooth/nimble/power_save:
|
|
|
|
enable:
|
2023-06-25 03:01:23 -04:00
|
|
|
- if: IDF_TARGET in ["esp32", "esp32c3", "esp32s3", "esp32c6", "esp32h2"]
|
2023-03-23 22:05:33 -04:00
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|