Skip to content

Commit 0200da9

Browse files
committed
ci: fix pattern for skipping boards in testplan.py
boards have their own unique pattern, use that for proper skip. Signed-off-by: Anas Nashif <[email protected]>
1 parent 5a44f2e commit 0200da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/test_plan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def process(self):
102102
self.find_boards()
103103

104104
if self.default_run:
105-
self.find_excludes(skip=["tests/*", "boards/*"])
105+
self.find_excludes(skip=["tests/*", "boards/*/*/*"])
106106
else:
107107
self.find_excludes()
108108

0 commit comments

Comments
 (0)