zephyr/samples/net/prometheus/sample.yaml
Robert Lubos 3df9b5f873 samples: net: prometheus: Add netif dependency
There's no point building the sample for platforms that do not support
networking, hence add netif dependency to reduce the CI execution
scope.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2025-01-29 17:56:17 +01:00

21 lines
446 B
YAML

sample:
description: Prometheus Client Sample
name: prometheus_client_sample
common:
harness: net
depends_on: netif
min_ram: 192
tags:
- http
- net
- server
- socket
- prometheus
platform_exclude:
- native_posix
- native_posix/native/64
# Exclude CONFIG_HAS_RENESAS_RA_FSP as Renesas RA HAL has build error with mbedtls Socket
filter: not CONFIG_HAS_RENESAS_RA_FSP
tests:
sample.net.prometheus: {}