integration_platforms help us control what get built/executed in CI and for each PR submitted. They do not filter out platforms, instead they just minimize the amount of builds/testing for a particular tests/sample. Tests still run on all supported platforms when not in integration mode. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
21 lines
762 B
YAML
21 lines
762 B
YAML
common:
|
|
ignore_faults: true
|
|
tags: kernel security userspace
|
|
tests:
|
|
kernel.memory_protection.userspace:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
|
extra_configs:
|
|
- CONFIG_TEST_HW_STACK_PROTECTION=n
|
|
- CONFIG_PICOLIBC_HEAP_SIZE=0
|
|
kernel.memory_protection.userspace.gap_filling.arc:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE and CONFIG_MPU_REQUIRES_NON_OVERLAPPING_REGIONS
|
|
arch_allow: arc
|
|
extra_args: CONFIG_MPU_GAP_FILLING=y
|
|
kernel.memory_protection.userspace.gap_filling.arm:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE and CONFIG_MPU_REQUIRES_NON_OVERLAPPING_REGIONS
|
|
arch_allow: arm
|
|
platform_allow: efr32_radio_brd4180a mps2_an521 nrf9160dk_nrf9160
|
|
integration_platforms:
|
|
- mps2_an521
|
|
extra_args: CONFIG_MPU_GAP_FILLING=y
|