Skip to content

Commit ad7a161

Browse files
committed
linux-modules-kdevops-ci.md: document how to extned modules tests
Its just about adding a new test under tools/testing/selftests/module/ That's it! Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 1046d42 commit ad7a161

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/kernel-ci/linux-modules-kdevops-ci.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ You can see linux-modules-kpd test results here:
3030

3131
* [Ephemeral interactive linux-modules-kpd CI results](https://github.com/linux-kdevops/linux-modules-kpd/actions)
3232
* [Persistent kdevops-results-archive linux-modules-kpd test results](https://github.com/search?q=repo%3Alinux-kdevops%2Fkdevops-results-archive+is%3Acommit+%22linux-modules-kpd%3A%22&type=commits)
33+
34+
### How to add new selftests for modules to this CI:
35+
36+
* Add the new Linux kernel selftests under `tools/testing/selftests/module/`
37+
* That's it!

0 commit comments

Comments
 (0)