Skip to content

Commit a8b788d

Browse files
nashifhenrikbrixandersen
authored andcommitted
tests: mem_map: reduce runtime filters
Improve CI performance improving filtering and coverage selection. Signed-off-by: Anas Nashif <[email protected]>
1 parent e7c353b commit a8b788d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/kernel/mem_protect/mem_map/testcase.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ common:
55
- mmu
66
tests:
77
kernel.memory_protection.mem_map:
8+
arch_allow:
9+
- arm
10+
- x86
811
filter: CONFIG_MMU and not CONFIG_X86_64 and not CONFIG_SOC_FAMILY_INTEL_ADSP
912
extra_sections: _TRANSPLANTED_FUNC
1013
extra_configs:
@@ -18,7 +21,7 @@ tests:
1821
kernel.memory_protection.mem_map.x86_64:
1922
filter: CONFIG_MMU and CONFIG_X86_64 and not CONFIG_COVERAGE
2023
extra_sections: _TRANSPLANTED_FUNC
21-
integration_platforms:
24+
platform_allow:
2225
- qemu_x86_64
2326
kernel.memory_protection.mem_map.x86_64.coverage:
2427
filter: CONFIG_MMU and CONFIG_X86_64 and CONFIG_COVERAGE

0 commit comments

Comments
 (0)