Skip to content

Commit

Permalink
Add documentation about vizualizing the results
Browse files Browse the repository at this point in the history
Basic page to list our current was to interact with tests results.

Signed-off-by: Gustavo Padovan <[email protected]>
  • Loading branch information
padovan authored and patersonc committed Sep 10, 2024
1 parent d20c91a commit bcd9976
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kernelci.org/content/en/kernel-community/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
13 changes: 13 additions & 0 deletions kernelci.org/content/en/kernel-community/view-results.md
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!

0 comments on commit bcd9976

Please sign in to comment.