Skip to content

Commit aaf21a8

Browse files
authored
docs(ci-insights): remove health status explanation section (#7792)
The health status information is now documented within the app itself, so we're removing the explanation of what each status means to avoid duplication. CI Insights still tracks health status, but the documentation of what Healthy/Broken/Flaky means is now in the app. ## Changes: - Removed the Health Status section that explained what the three statuses mean (Healthy, Broken, Flaky) - Kept the mention that CI Insights tracks health status in the Jobs description - Kept the Flaky Detection section as this is not documented in the app This keeps the documentation accurate while avoiding duplication of information that's now shown contextually in the app.
1 parent 5df301e commit aaf21a8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/content/docs/ci-insights.mdx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,6 @@ cases.
4444

4545
<Image src={TestsScreenshot} alt="CI Insights Tests" />
4646

47-
### Health Status
48-
49-
For each job and test, CI Insights computes a health status based on the last 10 runs:
50-
51-
- **Healthy**: The job or test works fine and produces consistent results
52-
- **Broken**: The job or test consistently fails and needs attention
53-
- **Flaky**: The job or test is unstable and its outcome is not reliable
54-
55-
This health status helps you quickly identify which components of your CI pipeline need attention.
56-
5747
### Flaky Detection
5848

5949
CI Insights automatically detects flaky behavior in both jobs and tests using the same criteria:

0 commit comments

Comments
 (0)