kernelci / kernelci-pipeline

Modular pipeline based on the KernelCI API
GNU Lesser General Public License v2.1
8 stars 21 forks source link

Add allmodconfig builds across kernel trees for improved build testing #860

Open nuclearcat opened 4 weeks ago

nuclearcat commented 4 weeks ago

Based on email discussions and advice from Todd Kjos, we should implement allmodconfig builds (build-only) across several kernel trees to help identify potential build errors early.

Proposed Implementation:

Target Architectures:

Rationale: Allmodconfig builds are effective at catching build-time issues by testing all available kernel configuration options.