-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation about vizualizing the results
Basic page to list our current was to interact with tests results. Signed-off-by: Gustavo Padovan <[email protected]>
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,6 @@ The Kernel Community is the audience of KernelCI. Upstream maintainers and devel | |
This section of the documentation shares instructions to: | ||
* [enable kernel testing for your tree/branch](../maestro/pipeline/developer-documentation/#enabling-a-new-kernel-tree) | ||
* [enable specific tests](../maestro/pipeline/developer-documentation/#enabling-a-new-test) | ||
* [visualize the results](https://grafana.kernelci.org/d/OKXc44EIz/home?orgId=1&viewPanel=49) | ||
* [visualize the results](view-results) | ||
|
||
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! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: "Evaluating Test Results" | ||
date: 2024-09-06 | ||
description: "Describe ways to interact with the KernelCI test results" | ||
--- | ||
|
||
The Kernel Community has a few options to interact with the test results available in the KernelCI. Remember this data includes results from several CI systems. | ||
|
||
* [**Web Dashboard**](https://dashboard.kernelci.org/)(WIP): Our new Web Dashboard aims at providing an easy way for the community to look at the test results. It is still under development and we are open to your [feedback and feature requests](https://github.com/kernelci/dashboard). | ||
* [**Grafana**](https://grafana.kernelci.org/): Our Grafana instance allow users to create specific dashboard with tailored queries and boards. Those who want to dive deeper into their data can engage with our Grafana instance. | ||
* **Email reports**: [KCIDB](../../kcidb) allows users to create tailored email reports through [templates](https://github.com/kernelci/kcidb/tree/main/kcidb/templates). Email reports are sent to [[email protected]](https://groups.io/g/kernelci-results) and can also be sent to custom Cc email address. | ||
|
||
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! |