Skip to content

Commit 5bdccd3

Browse files
committed
docs(filter): Update docs to mention wildcards
Signed-off-by: Camila Alvarez <cam.alvarez.i@gmail.com>
1 parent 1ee6f72 commit 5bdccd3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/results.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ kci-dev results builds --giturl 'https://git.kernel.org/pub/scm/linux/kernel/git
201201
## --filter
202202

203203
Pass a YAML filter file to customize results. Only supports hardware and test name filtering at the moment.
204+
You can use wildcards (`*`) in both `hardware` and `test`.
204205
See filter yaml example below:
205206
(available for subcommands `boots` and `tests`)
206207

@@ -212,6 +213,7 @@ hardware:
212213
test:
213214
- kselftest.dt
214215
- kselftest.iommu
216+
- kunit.*
215217
```
216218
217219
Example:

0 commit comments

Comments
 (0)