-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts: ci: test_plan: add option for testsuite excludes
Allow to filter out testsuites base on changed files. This is allow for similar way of excluding tests as for tags, however now there will be possible to specify paths for testsuites that should be excluded if certain files were not changed. Signed-off-by: Piotr Kosycarz <[email protected]>
- Loading branch information
1 parent
46b2e49
commit 6700fd7
Showing
2 changed files
with
46 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# This file contains information on what files are associated with which | ||
# twister testsuite excludes patterns. | ||
# | ||
# File format is the same as for tags.yaml - please refer to its description. | ||
|
||
# zephyr-keep-sorted-start | ||
"*tests/kernel*": | ||
files: | ||
- kernel/ | ||
- arch/ | ||
- tests/kernel/ | ||
|
||
"*tests/posix*": | ||
files: | ||
- lib/posix/ | ||
- tests/posix/ | ||
# zephyr-keep-sorted-stop |