This board seems to have issue with data alignemnt after 843f66f and is
failing in CI. Exclude it while the problem is investigated.
Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
24 lines
528 B
YAML
24 lines
528 B
YAML
tests:
|
|
arch.common.xip:
|
|
filter: CONFIG_XIP
|
|
tags:
|
|
- kernel
|
|
- xip
|
|
integration_platforms:
|
|
- qemu_arc_em
|
|
- qemu_x86_xip
|
|
platform_exclude:
|
|
- qemu_riscv32_xip # See issue #62975
|
|
arch.common.xip.minimallibc:
|
|
filter: CONFIG_XIP and CONFIG_MINIMAL_LIBC_SUPPORTED
|
|
tags:
|
|
- kernel
|
|
- xip
|
|
integration_platforms:
|
|
- qemu_arc_em
|
|
- qemu_x86_xip
|
|
platform_exclude:
|
|
- qemu_riscv32_xip # See issue #62975
|
|
extra_configs:
|
|
- CONFIG_MINIMAL_LIBC=y
|