zephyr/tests/benchmarks/footprints/testcase.yaml
Anas Nashif db4a5f11ea tests: add kernel tag to all benchmarks and samples
All those benchmarks are kernel related, so add the kernel tag to avoid
building them when non kernel changes are being submitted.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-06-02 04:47:06 -04:00

29 lines
589 B
YAML

common:
tags:
- benchmark
- kernel
tests:
benchmark.kernel.footprints.default:
build_only: true
integration_platforms:
- mps2_an385
benchmark.kernel.footprints.pm:
tags:
- pm
build_only: true
extra_args: CONF_FILE=prj_pm.conf
integration_platforms:
- mps2_an385
benchmark.kernel.footprints.userspace:
filter: CONFIG_ARCH_HAS_USERSPACE
extra_args: CONF_FILE=prj_userspace.conf
arch_allow:
- x86
- arm
- arc
tags:
- userspace
build_only: true
integration_platforms:
- mps2_an385