| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270 |
- # Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
- examples/protocols/asio/asio_chat:
- disable:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: target esp32c2 is not supported yet
- disable_test:
- - if: IDF_TARGET in ["esp32c3", "esp32s2", "esp32s3"]
- temporary: true
- reason: lack of runners
- examples/protocols/asio/async_request:
- enable:
- - if: IDF_TARGET == "esp32"
- temporary: true
- reason: the other targets are not tested yet
- examples/protocols/asio/socks4:
- enable:
- - if: IDF_TARGET == "esp32" or IDF_TARGET == "esp32s2"
- temporary: true
- reason: the other targets are not tested yet
- examples/protocols/asio/ssl_client_server:
- disable:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: target esp32c2 is not supported yet
- disable_test:
- - if: IDF_TARGET in ["esp32s2", "esp32s3"]
- temporary: true
- reason: lack of runners
- examples/protocols/asio/tcp_echo_server:
- disable:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: target esp32c2 is not supported yet
- disable_test:
- - if: IDF_TARGET in ["esp32c3", "esp32s2", "esp32s3"]
- temporary: true
- reason: lack of runners
- examples/protocols/asio/udp_echo_server:
- disable:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: target esp32c2 is not supported yet
- disable_test:
- - if: IDF_TARGET in ["esp32c3", "esp32s2", "esp32s3"]
- temporary: true
- reason: lack of runners
- examples/protocols/coap_client:
- disable_test:
- - if: IDF_TARGET != "esp32"
- reason: running this test on single platform is sufficient for coverage
- examples/protocols/coap_server:
- disable:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: target esp32c2 is not supported yet
- examples/protocols/http2_request:
- disable:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: target esp32c2 is not supported yet
- examples/protocols/http_request:
- disable:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: target esp32c2 is not supported yet
- examples/protocols/http_server:
- disable:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: target esp32c2 is not supported yet
- examples/protocols/https_mbedtls:
- disable_test:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: lack of runners
- examples/protocols/https_server/simple:
- disable_test:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: lack of runners
- examples/protocols/https_server/wss_server:
- disable_test:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: lack of runners
- examples/protocols/https_x509_bundle:
- disable_test:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: lack of runners
- examples/protocols/icmp_echo:
- disable_test:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: lack of runners
- examples/protocols/l2tap:
- disable:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: target esp32c2 is not supported yet
- disable_test:
- - if: IDF_TARGET in ["esp32c3", "esp32s2", "esp32s3"]
- temporary: true
- reason: lack of runners
- examples/protocols/mdns:
- disable:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: target esp32c2 is not supported yet
- disable_test:
- - if: IDF_TARGET in ["esp32c3", "esp32s2", "esp32s3"]
- temporary: true
- reason: lack of runners
- examples/protocols/modbus:
- disable:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: target esp32c2 is not supported yet
- examples/protocols/mqtt/ssl:
- disable:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: target esp32c2 is not supported yet
- disable_test:
- - if: IDF_TARGET in ["esp32c3", "esp32s2", "esp32s3"]
- temporary: true
- reason: lack of runners
- examples/protocols/mqtt/ssl_ds:
- enable:
- - if: IDF_TARGET in ["esp32c3", "esp32s2", "esp32s3"]
- examples/protocols/mqtt/ssl_mutual_auth:
- disable:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: target esp32c2 is not supported yet
- examples/protocols/mqtt/ssl_psk:
- disable:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: target esp32c2 is not supported yet
- examples/protocols/mqtt/tcp:
- disable:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: target esp32c2 is not supported yet
- disable_test:
- - if: IDF_TARGET in ["esp32c3", "esp32s2", "esp32s3"]
- temporary: true
- reason: lack of runners
- examples/protocols/mqtt/ws:
- disable:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: target esp32c2 is not supported yet
- disable_test:
- - if: IDF_TARGET in ["esp32c3", "esp32s2", "esp32s3"]
- temporary: true
- reason: lack of runners
- examples/protocols/mqtt/wss:
- disable:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: target esp32c2 is not supported yet
- disable_test:
- - if: IDF_TARGET in ["esp32c3", "esp32s2", "esp32s3"]
- temporary: true
- reason: lack of runners
- examples/protocols/mqtt5:
- disable:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: target esp32c2 is not supported yet
- disable_test:
- - if: IDF_TARGET in ["esp32c3", "esp32s2", "esp32s3"]
- temporary: true
- reason: lack of runners
- 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 == "esp32c2"
- temporary: true
- reason: target esp32c2 is not supported yet
- examples/protocols/sntp:
- enable:
- - if: IDF_TARGET == "esp32"
- temporary: true
- reason: the other targets are not tested yet
- examples/protocols/sockets/icmpv6_ping:
- enable:
- - if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32s2", "esp32s3"]
- temporary: true
- reason: Example test has not been implemented yet
- examples/protocols/sockets/non_blocking:
- disable_test:
- - if: IDF_TARGET != "esp32"
- temporary: true
- reason: lack of runners
- examples/protocols/sockets/tcp_client:
- disable_test:
- - if: IDF_TARGET != "esp32"
- temporary: true
- reason: lack of runners
- enable:
- - if: INCLUDE_DEFAULT == 1 or IDF_TARGET == "linux"
- examples/protocols/sockets/tcp_client_multi_net:
- disable:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: target esp32c2 is not supported yet
- examples/protocols/sockets/tcp_server:
- disable_test:
- - if: IDF_TARGET != "esp32"
- temporary: true
- reason: lack of runners
- examples/protocols/sockets/udp_client:
- disable:
- - if: IDF_TARGET == "esp32c2"
- temporary: true
- reason: target esp32c2 is not supported yet
- disable_test:
- - if: IDF_TARGET in ["esp32c3", "esp32s2", "esp32s3"]
- temporary: true
- reason: lack of runners
- examples/protocols/sockets/udp_server:
- disable_test:
- - if: IDF_TARGET != "esp32"
- temporary: true
- reason: lack of runners
|