tests: fs: add more tags
Add module names as tags, to trigger CI on those tests when module has changed. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
7f201f4ccc
commit
71eee6da4b
3 changed files with 5 additions and 1 deletions
|
@ -5,6 +5,7 @@ common:
|
|||
tags:
|
||||
- posix
|
||||
- filesystem
|
||||
- fatfs
|
||||
min_ram: 128
|
||||
modules:
|
||||
- fatfs
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
common:
|
||||
tags: filesystem
|
||||
tags:
|
||||
- filesystem
|
||||
- fatfs
|
||||
modules:
|
||||
- fatfs
|
||||
tests:
|
||||
|
|
|
@ -6,6 +6,7 @@ common:
|
|||
- backend
|
||||
- filesystem
|
||||
- fs
|
||||
- littlefs
|
||||
tests:
|
||||
logging.log_backend_fs.automounted:
|
||||
platform_allow:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue