Skip to content

Commit f8aacef

Browse files
committed
docs(ci-insights): remove health status section only
The health status information is now documented within the app itself, so we're removing it from the documentation to avoid duplication. However, flaky detection remains as it's not documented in the app. ## Changes: - Removed the Health Status section that explained the three statuses (Healthy, Broken, Flaky) - Kept the Flaky Detection section as this is not documented in the app - Updated the Jobs description to remove mention of health status tracking
1 parent 06e2261 commit f8aacef

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

src/content/docs/ci-insights.mdx

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ CI Insights provides monitoring and analysis for two key components of your CI p
3737
#### Jobs
3838

3939
Jobs are the individual tasks that run as part of your CI pipeline (e.g.,
40-
build, test, deploy steps). CI Insights tracks job-level metrics and health
41-
status.
40+
build, test, deploy steps). CI Insights tracks job-level metrics.
4241

4342
<Image src={JobsScreenshot} alt="CI Insights Jobs" />
4443

@@ -50,16 +49,6 @@ cases.
5049

5150
<Image src={TestsScreenshot} alt="CI Insights Tests" />
5251

53-
### Health Status
54-
55-
For each job and test, CI Insights computes a health status based on the last 10 runs:
56-
57-
- **Healthy**: The job or test works fine and produces consistent results
58-
- **Broken**: The job or test consistently fails and needs attention
59-
- **Flaky**: The job or test is unstable and its outcome is not reliable
60-
61-
This health status helps you quickly identify which components of your CI pipeline need attention.
62-
6352
### Flaky Detection
6453

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

0 commit comments

Comments
 (0)