2022-07-12 22:34:02 -04:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
examples/protocols/coap_client:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2022-07-28 08:18:40 -04:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET != "esp32"
|
|
|
|
reason: running this test on single platform is sufficient for coverage
|
2022-07-12 22:34:02 -04:00
|
|
|
|
2023-01-10 00:59:46 -05:00
|
|
|
examples/protocols/coap_server:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
|
|
|
|
2022-10-27 06:55:07 -04:00
|
|
|
examples/protocols/esp_http_client:
|
2023-02-17 01:09:54 -05:00
|
|
|
enable:
|
|
|
|
- if: INCLUDE_DEFAULT == 1 or IDF_TARGET == "linux"
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2023-01-09 07:58:27 -05:00
|
|
|
disable_test:
|
2023-02-17 01:09:54 -05:00
|
|
|
- if: IDF_TARGET not in ["esp32", "linux"]
|
2022-10-27 06:55:07 -04:00
|
|
|
temporary: true
|
2023-01-09 07:58:27 -05:00
|
|
|
reason: only test on esp32
|
2022-10-27 06:55:07 -04:00
|
|
|
|
|
|
|
examples/protocols/esp_local_ctrl:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2022-12-07 05:07:07 -05:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3", "esp32s3"]
|
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
2022-07-12 22:34:02 -04:00
|
|
|
|
|
|
|
examples/protocols/http2_request:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2023-01-09 07:58:27 -05:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
2023-01-09 07:58:27 -05:00
|
|
|
reason: only test on esp32
|
2022-07-12 22:34:02 -04:00
|
|
|
|
|
|
|
examples/protocols/http_request:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2023-01-09 07:58:27 -05:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
2023-01-09 07:58:27 -05:00
|
|
|
reason: only test on esp32
|
2022-07-12 22:34:02 -04:00
|
|
|
|
|
|
|
examples/protocols/http_server:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2022-12-07 05:07:07 -05: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 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2022-12-07 05:07:07 -05:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET != "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: only test on esp32
|
|
|
|
|
|
|
|
examples/protocols/http_server/ws_echo_server:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2022-12-07 05:07:07 -05:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET != "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: only test on esp32
|
2022-07-12 22:34:02 -04:00
|
|
|
|
|
|
|
examples/protocols/https_mbedtls:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
disable_test:
|
2023-01-09 07:58:27 -05:00
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
2022-10-27 06:55:07 -04:00
|
|
|
examples/protocols/https_request:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2023-01-09 07:58:27 -05:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-10-27 06:55:07 -04:00
|
|
|
temporary: true
|
2023-01-09 07:58:27 -05:00
|
|
|
reason: lack of runners
|
2022-10-27 06:55:07 -04:00
|
|
|
|
2022-07-12 22:34:02 -04:00
|
|
|
examples/protocols/https_server/simple:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
disable_test:
|
2022-12-07 05:07:07 -05:00
|
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3", "esp32s3"]
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
|
|
|
examples/protocols/https_server/wss_server:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
disable_test:
|
2022-12-07 05:07:07 -05:00
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
2022-12-07 05:07:07 -05:00
|
|
|
reason: only test on esp32
|
2022-07-12 22:34:02 -04:00
|
|
|
|
|
|
|
examples/protocols/https_x509_bundle:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
disable_test:
|
2022-12-07 05:07:07 -05:00
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
|
|
|
examples/protocols/icmp_echo:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
disable_test:
|
2022-12-07 05:07:07 -05:00
|
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3", "esp32s3"]
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
|
|
|
examples/protocols/l2tap:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
disable_test:
|
2023-01-09 07:58:27 -05:00
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
2023-01-10 00:59:46 -05:00
|
|
|
examples/protocols/mdns:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32h2"
|
|
|
|
|
2022-07-12 22:34:02 -04:00
|
|
|
examples/protocols/modbus:
|
|
|
|
disable:
|
2023-01-27 11:45:46 -05:00
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
|
|
|
|
examples/protocols/mqtt/ssl:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
disable_test:
|
2023-01-09 07:58:27 -05:00
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
|
|
|
examples/protocols/mqtt/ssl_ds:
|
|
|
|
disable:
|
2023-01-09 07:58:27 -05:00
|
|
|
- if: SOC_DIG_SIGN_SUPPORTED != 1
|
|
|
|
temporary: false
|
|
|
|
reason: DS not present
|
2022-07-12 22:34:02 -04:00
|
|
|
|
2023-01-10 00:59:46 -05:00
|
|
|
examples/protocols/mqtt/ssl_mutual_auth:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
|
|
|
|
|
|
|
examples/protocols/mqtt/ssl_psk:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
|
|
|
|
2022-07-12 22:34:02 -04:00
|
|
|
examples/protocols/mqtt/tcp:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
disable_test:
|
2023-01-09 07:58:27 -05:00
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
|
|
|
examples/protocols/mqtt/ws:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
disable_test:
|
2023-01-09 07:58:27 -05:00
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
|
|
|
examples/protocols/mqtt/wss:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
disable_test:
|
2023-01-09 07:58:27 -05:00
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
2022-07-27 08:52:04 -04:00
|
|
|
examples/protocols/mqtt5:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2022-07-27 08:52:04 -04:00
|
|
|
disable_test:
|
2023-01-09 07:58:27 -05:00
|
|
|
- if: IDF_TARGET != "esp32"
|
2022-07-27 08:52:04 -04:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
2023-01-10 00:59:46 -05:00
|
|
|
examples/protocols/slip/slip_udp:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32c2"
|
|
|
|
temporary: true
|
|
|
|
reason: target esp32c2 is not supported yet
|
|
|
|
|
|
|
|
examples/protocols/smtp_client:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
|
|
|
|
2022-07-12 22:34:02 -04:00
|
|
|
examples/protocols/sntp:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
|
|
|
|
2023-01-10 00:59:46 -05:00
|
|
|
examples/protocols/sockets/icmpv6_ping:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
|
|
|
|
2022-07-12 22:34:02 -04:00
|
|
|
examples/protocols/sockets/non_blocking:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET != "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
|
|
|
examples/protocols/sockets/tcp_client:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
disable_test:
|
2022-12-07 05:07:07 -05:00
|
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3", "esp32s3"]
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
2022-07-22 14:31:50 -04:00
|
|
|
enable:
|
|
|
|
- if: INCLUDE_DEFAULT == 1 or IDF_TARGET == "linux"
|
2022-07-12 22:34:02 -04:00
|
|
|
|
2023-01-10 00:59:46 -05:00
|
|
|
examples/protocols/sockets/tcp_client_multi_net:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
|
|
|
|
2022-07-12 22:34:02 -04:00
|
|
|
examples/protocols/sockets/tcp_server:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
disable_test:
|
2022-12-07 05:07:07 -05:00
|
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3", "esp32s3"]
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
2023-01-10 00:59:46 -05:00
|
|
|
examples/protocols/sockets/tcp_transport_client:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
|
|
|
|
2022-07-12 22:34:02 -04:00
|
|
|
examples/protocols/sockets/udp_client:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
disable_test:
|
2022-12-07 05:07:07 -05:00
|
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3", "esp32s3"]
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
2023-01-10 00:59:46 -05:00
|
|
|
examples/protocols/sockets/udp_multicast:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
|
|
|
|
2022-07-12 22:34:02 -04:00
|
|
|
examples/protocols/sockets/udp_server:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
disable_test:
|
2022-12-07 05:07:07 -05:00
|
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3", "esp32s3"]
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
2023-01-10 00:59:46 -05:00
|
|
|
|
|
|
|
examples/protocols/static_ip:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|