1common:
2  tags:
3    - benchmark
4    - kernel
5tests:
6  benchmark.kernel.footprints.default:
7    build_only: true
8    integration_platforms:
9      - mps2/an385
10  benchmark.kernel.footprints.pm:
11    tags:
12      - pm
13    build_only: true
14    extra_args: CONF_FILE=prj_pm.conf
15    integration_platforms:
16      - mps2/an385
17  benchmark.kernel.footprints.userspace:
18    filter: CONFIG_ARCH_HAS_USERSPACE
19    extra_args: CONF_FILE=prj_userspace.conf
20    arch_allow:
21      - x86
22      - arm
23      - arc
24    tags:
25      - userspace
26    build_only: true
27    integration_platforms:
28      - mps2/an385
29