Skip to content

Commit

Permalink
docs: add high level page for the kernel community
Browse files Browse the repository at this point in the history
We need documentation for the Linux kernel community to learn
about how to use KernelCI. So far we had nothing in that diretion
for the new architecture. This first version is quite simple,
but sets the foundation for expanding on this work.

Signed-off-by: Gustavo Padovan <[email protected]>
  • Loading branch information
padovan authored and patersonc committed Jul 8, 2024
1 parent a657c44 commit c0ea98b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions kernelci.org/content/en/kernel-community/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: "Kernel Community"
date: 2024-07-03
description: "Adding trees, tests and interacting with tests results"
weight: 2
---

The Kernel Community is the audience of KernelCI. Upstream maintainers and developers, product makers, hardware vendors, etc. are all interested in getting the kernel tested on a variety of scenarios.

> This documentation is still a **WIP**. As we ready new KernelCI for more users the documentation is being improved and expanded.
This section of the documentation shares instructions to:
* [enable kernel testing for your tree/branch](../api_pipeline/pipeline/developer-documentation/#enabling-a-new-kernel-tree)
* [enable specific tests](../api_pipeline/pipeline/developer-documentation/#enabling-a-new-test)
* visualize the results(TBD)

We know that the documentation above may not answer all your questions. We are working to improve it. We ask you to reach out to our mailing list at [[email protected]](mailto:[email protected]) with questions and feedback. We are eager to hear from you!

0 comments on commit c0ea98b

Please sign in to comment.