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:
parent
e7c353bf14
commit
a8b788d344
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue