native_posix is now deprecated. Building this sample in both native_sim and native_posix does not improve coverage for the sample or subsystem but doubles CI time. As anyhow native_posix will be removed all together in 2 releases, let's remove it already for this sample. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
79 lines
2.1 KiB
YAML
79 lines
2.1 KiB
YAML
common:
|
|
tags:
|
|
- tracing
|
|
- debug
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
regex:
|
|
- "thread_a: Hello World from (.*)!"
|
|
- "thread_b: Hello World from (.*)!"
|
|
tests:
|
|
sample.tracing.user:
|
|
extra_args: CONF_FILE="prj_user.conf"
|
|
integration_platforms:
|
|
- qemu_x86
|
|
platform_exclude:
|
|
- mr_canhubk3
|
|
harness_config:
|
|
type: multi_line
|
|
regex:
|
|
- "thread_a: Hello World from (.*)!"
|
|
- "thread_b: Hello World from (.*)!"
|
|
- "sys_trace_.*_user.*"
|
|
sample.tracing.format.sysview:
|
|
platform_allow:
|
|
- nrf52840dk/nrf52840
|
|
- mimxrt1050_evk
|
|
- mimxrt1064_evk
|
|
integration_platforms:
|
|
- nrf52840dk/nrf52840
|
|
extra_args: CONF_FILE="prj_sysview.conf"
|
|
sample.tracing.osawareness.openocd:
|
|
arch_exclude:
|
|
- posix
|
|
- xtensa
|
|
platform_exclude: qemu_x86_64
|
|
integration_platforms:
|
|
- qemu_x86
|
|
sample.tracing.transport.uart:
|
|
platform_allow:
|
|
- qemu_x86
|
|
- qemu_x86_64
|
|
integration_platforms:
|
|
- qemu_x86
|
|
extra_args: CONF_FILE="prj_uart.conf"
|
|
filter: dt_chosen_enabled("zephyr,tracing-uart")
|
|
sample.tracing.transport.usb:
|
|
platform_allow: sam_e70_xplained/same70q21
|
|
depends_on: usb_device
|
|
extra_args: CONF_FILE="prj_usb.conf"
|
|
sample.tracing.transport.uart.ctf:
|
|
platform_allow:
|
|
- qemu_x86
|
|
- qemu_x86_64
|
|
integration_platforms:
|
|
- qemu_x86
|
|
extra_args: CONF_FILE="prj_uart_ctf.conf"
|
|
filter: dt_chosen_enabled("zephyr,tracing-uart")
|
|
sample.tracing.transport.usb.ctf:
|
|
platform_allow: sam_e70_xplained/same70q21
|
|
depends_on: usb_device
|
|
extra_args: CONF_FILE="prj_usb_ctf.conf"
|
|
sample.tracing.transport.native:
|
|
platform_allow:
|
|
- native_sim
|
|
integration_platforms:
|
|
- native_sim
|
|
sample.tracing.transport.native.ctf:
|
|
platform_allow:
|
|
- native_sim
|
|
integration_platforms:
|
|
- native_sim
|
|
extra_args: CONF_FILE="prj_native_ctf.conf"
|
|
sample.tracing.percepio:
|
|
platform_allow: frdm_k64f
|
|
extra_args: CONF_FILE="prj_percepio.conf"
|
|
modules:
|
|
- percepio
|