Skip to content

Commit 2f314a1

Browse files
dcpleungnashif
authored andcommitted
tests: thread_analyzer: limit platforms to run on
This adds platform_allow to limit the scope of platforms to build and run. This avoids the need to constantly nudge the platform filter lists to exclude platforms which fail to build or run due to incompatible kconfigs. Fixes #76945 Signed-off-by: Daniel Leung <[email protected]>
1 parent b3fe647 commit 2f314a1

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

tests/subsys/debug/thread_analyzer/testcase.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@ common:
22
integration_platforms:
33
- mps2/an385
44
- qemu_x86_64
5+
platform_allow:
6+
# Representative platforms to make sure this builds without issues
7+
# and the analyzer actually runs and outputs something.
8+
- mps2/an385
9+
- qemu_cortex_a53
10+
- qemu_x86
11+
- qemu_x86_64
12+
- qemu_riscv32
13+
- qemu_riscv64
514
tags:
615
- debug
716
- thread_analyzer
8-
arch_exclude:
9-
# The thread analyzer depends on !ARCH_POSIX
10-
- posix
1117
tests:
1218
debug.thread_analyzer.printk:
1319
extra_configs:

0 commit comments

Comments
 (0)