tests: mem_map: reduce runtime filters

Improve CI performance improving filtering and coverage selection.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2024-11-24 12:25:06 -05:00 committed by Henrik Brix Andersen
commit a8b788d344

View file

@ -5,6 +5,9 @@ common:
- mmu
tests:
kernel.memory_protection.mem_map:
arch_allow:
- arm
- x86
filter: CONFIG_MMU and not CONFIG_X86_64 and not CONFIG_SOC_FAMILY_INTEL_ADSP
extra_sections: _TRANSPLANTED_FUNC
extra_configs:
@ -18,7 +21,7 @@ tests:
kernel.memory_protection.mem_map.x86_64:
filter: CONFIG_MMU and CONFIG_X86_64 and not CONFIG_COVERAGE
extra_sections: _TRANSPLANTED_FUNC
integration_platforms:
platform_allow:
- qemu_x86_64
kernel.memory_protection.mem_map.x86_64.coverage:
filter: CONFIG_MMU and CONFIG_X86_64 and CONFIG_COVERAGE