Skip to content

Commit 4a4c231

Browse files
broonienuclearcat
authored andcommitted
test-configs.yaml: Add fragment for ftrace selftests
The ftrace selftests can be a bit slow to run and unfortunately need the kselftest build configuration which is difficult to deploy but they are very useful. Signed-off-by: Mark Brown <[email protected]>
1 parent dd5544a commit 4a4c231

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/core/test-configs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,12 @@ test_plans:
333333
kselftest_collections: "filesystems"
334334
filters: *kselftest_no_fragment
335335

336+
kselftest-ftrace:
337+
<<: *kselftest
338+
params:
339+
job_timeout: '20'
340+
kselftest_collections: "ftrace"
341+
336342
kselftest-futex:
337343
<<: *kselftest
338344
params:

0 commit comments

Comments
 (0)