2022-07-13 10:34:02 +08:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
2022-10-27 18:55:07 +08:00
|
|
|
examples/protocols/esp_http_client:
|
2023-02-17 11:39:54 +05:30
|
|
|
enable:
|
|
|
|
- if: INCLUDE_DEFAULT == 1 or IDF_TARGET == "linux"
|
2023-01-09 20:58:27 +08:00
|
|
|
disable_test:
|
2023-02-17 11:39:54 +05:30
|
|
|
- if: IDF_TARGET not in ["esp32", "linux"]
|
2022-10-27 18:55:07 +08:00
|
|
|
temporary: true
|
2023-01-09 20:58:27 +08:00
|
|
|
reason: only test on esp32
|
2023-08-17 10:45:23 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: not supported on p4
|
2022-10-27 18:55:07 +08:00
|
|
|
|
|
|
|
examples/protocols/esp_local_ctrl:
|
2023-01-10 13:59:46 +08:00
|
|
|
disable:
|
2023-08-18 12:05:16 +08:00
|
|
|
- if: SOC_WIFI_SUPPORTED != 1
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2023-08-17 10:45:23 +08:00
|
|
|
temporary: true
|
|
|
|
reason: not supported on p4
|
2022-12-07 18:07:07 +08:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3", "esp32s3"]
|
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
2022-07-13 10:34:02 +08:00
|
|
|
|
|
|
|
examples/protocols/http_request:
|
2023-08-17 10:45:23 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: not supported on p4 # TODO: IDF-8076
|
2023-01-09 20:58:27 +08:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
2023-01-09 20:58:27 +08:00
|
|
|
reason: only test on esp32
|
2022-07-13 10:34:02 +08:00
|
|
|
|
|
|
|
examples/protocols/http_server:
|
2023-08-17 10:45:23 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: not supported on p4 # TODO: IDF-8076
|
2022-12-07 18:07:07 +08:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3", "esp32s3"]
|
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
|
|
|
examples/protocols/http_server/captive_portal:
|
2023-01-10 13:59:46 +08:00
|
|
|
disable:
|
2023-08-17 10:45:23 +08:00
|
|
|
- if: IDF_TARGET in ["esp32h2", "esp32p4"]
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: not supported on p4 # TODO: IDF-8076
|
2022-12-07 18:07:07 +08:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET != "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: only test on esp32
|
|
|
|
|
2023-05-29 14:47:43 +02:00
|
|
|
examples/protocols/http_server/restful_server:
|
2023-01-10 13:59:46 +08:00
|
|
|
disable:
|
2023-08-17 10:45:23 +08:00
|
|
|
- if: IDF_TARGET in ["esp32h2", "esp32p4"]
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: not supported on p4 # TODO: IDF-8076
|
2023-05-29 14:47:43 +02:00
|
|
|
|
|
|
|
examples/protocols/http_server/ws_echo_server:
|
2023-08-17 10:45:23 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: not supported on p4 # TODO: IDF-8076
|
2022-12-07 18:07:07 +08:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET != "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: only test on esp32
|
2022-07-13 10:34:02 +08:00
|
|
|
|
|
|
|
examples/protocols/https_mbedtls:
|
2023-08-17 10:45:23 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: not supported on p4 # TODO: IDF-8076
|
2022-07-13 10:34:02 +08:00
|
|
|
disable_test:
|
2023-01-09 20:58:27 +08:00
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
2022-10-27 18:55:07 +08:00
|
|
|
examples/protocols/https_request:
|
2023-08-17 10:45:23 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: not supported on p4 # TODO: IDF-8076
|
2023-01-09 20:58:27 +08:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-10-27 18:55:07 +08:00
|
|
|
temporary: true
|
2023-01-09 20:58:27 +08:00
|
|
|
reason: lack of runners
|
2022-10-27 18:55:07 +08:00
|
|
|
|
2022-07-13 10:34:02 +08:00
|
|
|
examples/protocols/https_server/simple:
|
2023-08-17 10:45:23 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: not supported on p4 # TODO: IDF-8076
|
2022-07-13 10:34:02 +08:00
|
|
|
disable_test:
|
2022-12-07 18:07:07 +08:00
|
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3", "esp32s3"]
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
|
|
|
examples/protocols/https_server/wss_server:
|
2023-08-17 10:45:23 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: not supported on p4 # TODO: IDF-8076
|
2022-07-13 10:34:02 +08:00
|
|
|
disable_test:
|
2022-12-07 18:07:07 +08:00
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
2022-12-07 18:07:07 +08:00
|
|
|
reason: only test on esp32
|
2022-07-13 10:34:02 +08:00
|
|
|
|
|
|
|
examples/protocols/https_x509_bundle:
|
2023-08-17 10:45:23 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: not supported on p4 # TODO: IDF-8076
|
2022-07-13 10:34:02 +08:00
|
|
|
disable_test:
|
2022-12-07 18:07:07 +08:00
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
|
|
|
examples/protocols/icmp_echo:
|
2023-08-17 10:45:23 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: not supported on p4
|
2022-07-13 10:34:02 +08:00
|
|
|
disable_test:
|
2023-07-20 22:06:03 +08:00
|
|
|
- if: SOC_WIFI_SUPPORTED != 1
|
2022-07-13 10:34:02 +08:00
|
|
|
|
|
|
|
examples/protocols/l2tap:
|
2023-08-17 10:45:23 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: not supported on p4
|
2022-07-13 10:34:02 +08:00
|
|
|
disable_test:
|
2023-01-09 20:58:27 +08:00
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
2023-08-17 10:45:23 +08:00
|
|
|
examples/protocols/modbus:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: not supported on p4 # TODO: IDF-7869
|
2023-08-17 10:45:23 +08:00
|
|
|
|
2022-07-13 10:34:02 +08:00
|
|
|
examples/protocols/mqtt/ssl:
|
2023-08-17 10:45:23 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: not supported on p4 # TODO: IDF-8077
|
2022-07-13 10:34:02 +08:00
|
|
|
disable_test:
|
2023-01-09 20:58:27 +08:00
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
|
|
|
examples/protocols/mqtt/ssl_ds:
|
|
|
|
disable:
|
2023-08-18 12:05:16 +08:00
|
|
|
- if: SOC_DIG_SIGN_SUPPORTED != 1 or IDF_TARGET == "esp32p4" # TODO: IDF-8077
|
2023-01-09 20:58:27 +08:00
|
|
|
temporary: false
|
|
|
|
reason: DS not present
|
2022-07-13 10:34:02 +08:00
|
|
|
|
2023-08-17 10:45:23 +08:00
|
|
|
examples/protocols/mqtt/ssl_mutual_auth:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: not supported on p4 # TODO: IDF-8077
|
2023-08-17 10:45:23 +08:00
|
|
|
|
|
|
|
examples/protocols/mqtt/ssl_psk:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: not supported on p4 # TODO: IDF-8077
|
2023-08-17 10:45:23 +08:00
|
|
|
|
2022-07-13 10:34:02 +08:00
|
|
|
examples/protocols/mqtt/tcp:
|
2023-08-17 10:45:23 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: not supported on p4 # TODO: IDF-8077
|
2022-07-13 10:34:02 +08:00
|
|
|
disable_test:
|
2023-01-09 20:58:27 +08:00
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
|
|
|
examples/protocols/mqtt/ws:
|
2023-08-17 10:45:23 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: not supported on p4 # TODO: IDF-8077
|
2022-07-13 10:34:02 +08:00
|
|
|
disable_test:
|
2023-01-09 20:58:27 +08:00
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
|
|
|
examples/protocols/mqtt/wss:
|
2023-08-17 10:45:23 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: not supported on p4 # TODO: IDF-8077
|
2022-07-13 10:34:02 +08:00
|
|
|
disable_test:
|
2023-01-09 20:58:27 +08:00
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
2022-07-27 20:52:04 +08:00
|
|
|
examples/protocols/mqtt5:
|
2023-08-17 10:45:23 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2023-08-18 12:05:16 +08:00
|
|
|
reason: not supported on p4 # TODO: IDF-8077
|
2022-07-27 20:52:04 +08:00
|
|
|
disable_test:
|
2023-01-09 20:58:27 +08:00
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-07-27 20:52:04 +08:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
2023-08-17 10:45:23 +08:00
|
|
|
examples/protocols/smtp_client:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: not supported on p4
|
|
|
|
|
2022-07-13 10:34:02 +08:00
|
|
|
examples/protocols/sntp:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
2023-08-17 10:45:23 +08:00
|
|
|
examples/protocols/sockets:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: not supported on p4
|
|
|
|
|
2022-07-13 10:34:02 +08:00
|
|
|
examples/protocols/sockets/non_blocking:
|
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET != "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
|
|
|
examples/protocols/sockets/tcp_client:
|
|
|
|
disable_test:
|
2023-07-20 22:06:03 +08:00
|
|
|
- if: SOC_WIFI_SUPPORTED != 1
|
2022-07-23 00:01:50 +05:30
|
|
|
enable:
|
|
|
|
- if: INCLUDE_DEFAULT == 1 or IDF_TARGET == "linux"
|
2023-08-17 10:45:23 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: not supported on p4
|
2022-07-13 10:34:02 +08:00
|
|
|
|
|
|
|
examples/protocols/sockets/tcp_server:
|
2023-08-17 10:45:23 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: not supported on p4
|
2022-07-13 10:34:02 +08:00
|
|
|
disable_test:
|
2023-07-20 22:06:03 +08:00
|
|
|
- if: SOC_WIFI_SUPPORTED != 1
|
2023-01-10 13:59:46 +08:00
|
|
|
|
2022-07-13 10:34:02 +08:00
|
|
|
examples/protocols/sockets/udp_client:
|
2023-08-17 10:45:23 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: not supported on p4
|
2022-07-13 10:34:02 +08:00
|
|
|
disable_test:
|
2023-07-20 22:06:03 +08:00
|
|
|
- if: SOC_WIFI_SUPPORTED != 1
|
2022-07-13 10:34:02 +08:00
|
|
|
|
|
|
|
examples/protocols/sockets/udp_server:
|
2023-08-17 10:45:23 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: not supported on p4
|
2022-07-13 10:34:02 +08:00
|
|
|
disable_test:
|
2023-07-20 22:06:03 +08:00
|
|
|
- if: SOC_WIFI_SUPPORTED != 1
|
2023-01-10 13:59:46 +08:00
|
|
|
|
|
|
|
examples/protocols/static_ip:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2023-08-17 10:45:23 +08:00
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: not supported on p4
|