This commit adds an additional test case for several kernel test suites to ensure that the linker script generator is working correctly for a subset of the Zephyr test suites. The ensures that the basic functionality of the linker script generator is working while still keep the performance impact on CI at a minimal level. Using the kernel tests is a trade-off between testing coverage of the linker script generator and the time it takes to complete CI. The kernel tests is considered to have the broadest coverage of various features important for the generated linker script. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
22 lines
604 B
YAML
22 lines
604 B
YAML
common:
|
|
tags: kernel
|
|
|
|
tests:
|
|
kernel.workqueue:
|
|
platform_exclude: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard
|
|
filter: not CONFIG_WDT_SAM
|
|
kernel.workqueue.sam:
|
|
filter: CONFIG_WDT_SAM
|
|
extra_configs:
|
|
- CONFIG_WDT_DISABLE_AT_BOOT=y
|
|
kernel.workqueue.nsim:
|
|
platform_allow: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard
|
|
extra_configs:
|
|
- CONFIG_TEST_HW_STACK_PROTECTION=n
|
|
kernel.workqueue.linker_generator:
|
|
platform_allow: qemu_cortex_m3
|
|
filter: not CONFIG_WDT_SAM
|
|
tags: linker_generator
|
|
extra_configs:
|
|
- CONFIG_CMAKE_LINKER_GENERATOR=y
|