From bcd9976f13a1d70ed26dbb95bc07f93424f644e9 Mon Sep 17 00:00:00 2001 From: Gustavo Padovan Date: Fri, 6 Sep 2024 14:00:50 -0300 Subject: [PATCH] Add documentation about vizualizing the results Basic page to list our current was to interact with tests results. Signed-off-by: Gustavo Padovan --- kernelci.org/content/en/kernel-community/_index.md | 2 +- .../content/en/kernel-community/view-results.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 kernelci.org/content/en/kernel-community/view-results.md diff --git a/kernelci.org/content/en/kernel-community/_index.md b/kernelci.org/content/en/kernel-community/_index.md index b292c0e9..d60aecc3 100644 --- a/kernelci.org/content/en/kernel-community/_index.md +++ b/kernelci.org/content/en/kernel-community/_index.md @@ -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 [kernelci@lists.linux.dev](mailto:kernelci@lists.linux.dev) with questions and feedback. We are eager to hear from you! diff --git a/kernelci.org/content/en/kernel-community/view-results.md b/kernelci.org/content/en/kernel-community/view-results.md new file mode 100644 index 00000000..d6992c16 --- /dev/null +++ b/kernelci.org/content/en/kernel-community/view-results.md @@ -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 [kernelci-results@groups.io](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 [kernelci@lists.linux.dev](mailto:kernelci@lists.linux.dev) with questions and feedback. We are eager to hear from you! \ No newline at end of file