From a8b788d344b6f49f861ac5e20503d79fd229dbc2 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sun, 24 Nov 2024 12:25:06 -0500 Subject: [PATCH] tests: mem_map: reduce runtime filters Improve CI performance improving filtering and coverage selection. Signed-off-by: Anas Nashif --- tests/kernel/mem_protect/mem_map/testcase.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/kernel/mem_protect/mem_map/testcase.yaml b/tests/kernel/mem_protect/mem_map/testcase.yaml index aaf41156113..0305c6c6efb 100644 --- a/tests/kernel/mem_protect/mem_map/testcase.yaml +++ b/tests/kernel/mem_protect/mem_map/testcase.yaml @@ -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