Exclude hifive1 board from tests/kernel/workq/work/kernel.work, this board has a issue with this test suite and block all related CI. Signed-off-by: Lixin Guo <lixinx.guo@intel.com>
14 lines
380 B
YAML
14 lines
380 B
YAML
tests:
|
|
kernel.work.api:
|
|
min_flash: 34
|
|
tags: kernel
|
|
# this patform fails to run due to #40376, all
|
|
# the related CI checks got blocked, so exclude it.
|
|
platform_exclude: hifive1
|
|
kernel.work.api.linker_generator:
|
|
platform_allow: qemu_cortex_m3
|
|
min_flash: 34
|
|
tags: kernel linker_generator
|
|
extra_configs:
|
|
- CONFIG_CMAKE_LINKER_GENERATOR=y
|