|
|
|
|
|
by ndesaulniers
2272 days ago
|
|
Note that our CI is doing way way more testing than most kernel developers do. It's not meant to exercise 100% of the kernel, just be a basic smoke test to see if we really messed something up. From triaging reports daily from kbuild test robot aka "0day" bot, I'd say 1/3 to 1/2 of kernel commits pushed by various developers to their trees have never even been compiled (very obvious mistakes regardless of toolchain). We get way more coverage in actually shipping these kernels in Android and ChromeOS. |
|