File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,10 +9,6 @@ This project is a simple CI/build bot for patchwork.
99Patchwork is a web interface for patches posted to mailing lists,
1010and can also handle test results being reported against said patches.
1111
12- Currently this project only includes simple checks and build testing,
13- all Linux kernel-centric. Patches are not tested against existing
14- kernel selftests.
15-
1612Please see `the wiki <https://github.com/linux-netdev/nipa/wiki >`_
1713for how to interact with NIPA.
1814
@@ -60,6 +56,22 @@ on which we intend the patches to be applied. NIPA does not know what to reset
6056the tree to, it will just try to apply the patches to whatever branch is
6157currently checked out in the `$linux ` repo.
6258
59+ Setup
60+ -----
61+
62+ TODO: please open a PR and add package installation and prep needed to run NIPA on your distro of choice.
63+
64+ selftests
65+ ---------
66+
67+ When testing purely selftest patch sets it's useful to skip building the kernel,
68+ which takes a long time::
69+
70+ --disable-test patch/build_32bit \
71+ patch/build_allmodconfig_warn \
72+ patch/build_clang \
73+ patch/build_clang_rust
74+
6375Structure
6476=========
6577
You can’t perform that action at this time.
0 commit comments