From 0dce7698cc329ec9addac350f87df5fca5c93c5a Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Wed, 18 Dec 2024 18:16:36 +0100 Subject: [PATCH] docs(ci dashboard): link to rustc dev guide --- service-catalog/rust-ci/public-dashboard.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/service-catalog/rust-ci/public-dashboard.md b/service-catalog/rust-ci/public-dashboard.md index d69e1fb..88d91d9 100644 --- a/service-catalog/rust-ci/public-dashboard.md +++ b/service-catalog/rust-ci/public-dashboard.md @@ -8,10 +8,5 @@ to monitor the Rust CI. This dashboard is just a clone of the Datadog CI [dashboard](https://docs.datadoghq.com/continuous_integration/?site=us). -These are some useful panels from the dashboard: - -- Pipeline duration: check how long the auto builds takes to run. -- Top slowest jobs: check which jobs are taking the longest to run. -- Change in median job duration: check what jobs are slowest than before. Useful - to detect regressions. -- Top failed jobs: check which jobs are failing the most. +This dashboard is also documented in the +[rustc-dev-guide](https://rustc-dev-guide.rust-lang.org/tests/ci.html#public-ci-dashboard).