From 53acc8991a08f3386ca37485ecdf487bfebc06bd Mon Sep 17 00:00:00 2001 From: RobertKielty Date: Mon, 31 May 2021 09:00:34 +0100 Subject: [PATCH] clarifies that this doc is about CI on Kubernetes --- contributors/devel/sig-testing/monitoring.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/contributors/devel/sig-testing/monitoring.md b/contributors/devel/sig-testing/monitoring.md index 267b66485..6c2a254d2 100644 --- a/contributors/devel/sig-testing/monitoring.md +++ b/contributors/devel/sig-testing/monitoring.md @@ -5,7 +5,7 @@ description: | Guidelines for finding and reporting failing tests in Kubernetes. --- -## Monitoring Kubernetes Health +## How to monitor Continuous Integration jobs on the Kubernetes project ### Table of Contents - [Overview](#overview) @@ -21,8 +21,9 @@ description: | ## Overview -This document describes the tools used to monitor CI jobs and the tests that -they run that check the correctness of changes made to core Kubernetes. +This document describes the tools used to monitor [continuous integration ](CI) +jobs and the tests that they run to check the correctness of changes made to +core Kubernetes. ## Monitoring the health of Kubernetes CI Jobs with TestGrid @@ -325,6 +326,7 @@ to work on them. For the time being, reach out to people in Slack or the mailing list. +[continuous integration]: https://en.wikipedia.org/wiki/Continuous_integration [TestGrid repo]: https://github.com/GoogleCloudPlatform/testgrid [TestGrid instance]: https://testgrid.k8s.io/