esp-idf/examples/protocols/.build-test-rules.yml

267 wiersze
6.3 KiB
YAML
Czysty Zwykły widok Historia

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