mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
324 lines
10 KiB
YAML
324 lines
10 KiB
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
examples/bluetooth/bluedroid/ble:
|
|
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 ["esp32c2", "esp32c3", "esp32s3", "esp32c6", "esp32h2"]
|
|
temporary: true
|
|
reason: The runner doesn't support yet
|
|
|
|
examples/bluetooth/bluedroid/ble_50:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3", "esp32c6", "esp32h2"]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3", "esp32c6", "esp32h2"]
|
|
temporary: true
|
|
reason: The runner doesn't support yet
|
|
|
|
examples/bluetooth/bluedroid/ble_50/multi-adv:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32c3", "esp32s3", "esp32c6", "esp32h2"]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3", "esp32c6", "esp32h2"]
|
|
temporary: true
|
|
reason: The runner doesn't support yet
|
|
|
|
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:
|
|
- 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 ["esp32c2", "esp32c3", "esp32s3", "esp32c6", "esp32h2"]
|
|
temporary: true
|
|
reason: The runner doesn't support yet
|
|
|
|
examples/bluetooth/blufi:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3", "esp32c6"]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3", "esp32c6"]
|
|
temporary: true
|
|
reason: The runner doesn't support yet
|
|
|
|
examples/bluetooth/esp_ble_mesh:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32", "esp32c3", "esp32s3", "esp32c6"]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3", "esp32c6"]
|
|
temporary: true
|
|
reason: The runner doesn't support yet
|
|
|
|
examples/bluetooth/esp_ble_mesh/aligenie_demo:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32"]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3", "esp32c6"]
|
|
temporary: true
|
|
reason: The runner doesn't support yet
|
|
|
|
examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32"]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3", "esp32c6"]
|
|
temporary: true
|
|
reason: The runner doesn't support yet
|
|
|
|
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"
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
|
|
examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32c3", "esp32s3"]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32c3", "esp32s3"]
|
|
temporary: true
|
|
reason: The runner doesn't support yet
|
|
|
|
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:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3"]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3", "esp32c6"]
|
|
temporary: true
|
|
reason: The runner doesn't support yet
|
|
|
|
examples/bluetooth/nimble/ble_cts:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32h4", "esp32s3"]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
|
|
examples/bluetooth/nimble/ble_dynamic_service:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32h4", "esp32s3"]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
|
|
examples/bluetooth/nimble/ble_enc_adv_data:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c6", "esp32h2"]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
|
|
examples/bluetooth/nimble/ble_htp:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32h4", "esp32s3"]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
|
|
examples/bluetooth/nimble/ble_l2cap_coc:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32c6" , "esp32s3", "esp32h2" ]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h2" , "esp32s3", "esp32c6"]
|
|
temporary: true
|
|
reason: The runner doesn't support yet
|
|
|
|
examples/bluetooth/nimble/ble_multi_adv:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32s3"]
|
|
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
|
|
|
|
examples/bluetooth/nimble/ble_multi_conn:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32c6", "esp32h2"]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32c6", "esp32h2"]
|
|
temporary: true
|
|
reason: The runner doesn't support yet
|
|
|
|
examples/bluetooth/nimble/ble_periodic_adv:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32c6" , "esp32s3", "esp32h2" ]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h2", "esp32s3", "esp32c6"]
|
|
temporary: true
|
|
reason: The runner doesn't support yet
|
|
|
|
examples/bluetooth/nimble/ble_periodic_sync:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32c6" , "esp32s3", "esp32h2" ]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h2", "esp32s3", "esp32c6"]
|
|
temporary: true
|
|
reason: The runner doesn't support yet
|
|
|
|
examples/bluetooth/nimble/ble_phy:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32s3" ]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h2", "esp32s3", "esp32c6"]
|
|
temporary: true
|
|
reason: The runner doesn't support yet
|
|
|
|
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
|
|
|
|
examples/bluetooth/nimble/ble_spp:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32s3" ]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h2", "esp32s3", "esp32c6"]
|
|
temporary: true
|
|
reason: The runner doesn't support yet
|
|
|
|
examples/bluetooth/nimble/blecent:
|
|
disable:
|
|
- if: SOC_BLE_SUPPORTED != 1
|
|
depends_components:
|
|
- bt
|
|
- esp_phy
|
|
- esp_event
|
|
- esp_coex
|
|
- esp_pm
|
|
depends_filepatterns:
|
|
- examples/bluetooth/nimble/common/**/*
|
|
- examples/bluetooth/nimble/blecent/**/*
|
|
- examples/bluetooth/nimble/power_save/**/*
|
|
- examples/bluetooth/nimble/pytest_nimble_test.py
|
|
|
|
examples/bluetooth/nimble/blehr:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32c6" , "esp32s3", "esp32h2" ]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h2", "esp32s3", "esp32c6"]
|
|
temporary: true
|
|
reason: The runner doesn't support yet
|
|
|
|
examples/bluetooth/nimble/blemesh:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32"]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3", "esp32c6"]
|
|
temporary: true
|
|
reason: The runner doesn't support yet
|
|
|
|
examples/bluetooth/nimble/bleprph:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32c6" , "esp32s3", "esp32h2" ]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32h2", "esp32s3", "esp32c6"]
|
|
temporary: true
|
|
reason: The runner doesn't support yet
|
|
|
|
examples/bluetooth/nimble/bleprph_wifi_coex:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s3"]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3", "esp32c6"]
|
|
temporary: true
|
|
reason: The runner doesn't support yet
|
|
|
|
examples/bluetooth/nimble/hci:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c6"]
|
|
temporary: true
|
|
reason: the other targets are not tested yet
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s3", "esp32c6"]
|
|
temporary: true
|
|
reason: The runner doesn't support yet
|
|
|
|
examples/bluetooth/nimble/power_save:
|
|
disable:
|
|
- if: SOC_BLE_SUPPORTED != 1
|
|
depends_components:
|
|
- bt
|
|
- esp_phy
|
|
- esp_event
|
|
- esp_coex
|
|
- esp_pm
|
|
depends_filepatterns:
|
|
- examples/bluetooth/nimble/common/**/*
|
|
- examples/bluetooth/nimble/blecent/**/*
|
|
- examples/bluetooth/nimble/power_save/**/*
|
|
- examples/bluetooth/nimble/pytest_nimble_test.py
|