Skip to content

Commit a4f1fde

Browse files
committed
Fix incorrect provider name
# Conflicts: # content/en/continuous_integration/pipelines/github.md # content/en/continuous_integration/pipelines/gitlab.md
1 parent 37a0733 commit a4f1fde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/continuous_integration/pipelines/github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ To see the metrics, click on a job span in the trace view. A window opens with a
106106

107107
### CI jobs failure analysis
108108

109-
If job logs collection is enabled, CI Visibility uses LLM models to analyze failed CI jobs based on relevant logs coming from Azure Pipelines.
109+
If job logs collection is enabled, CI Visibility uses LLM models to analyze failed CI jobs based on relevant logs coming from GitHub Actions.
110110

111111
You can also add job failure analysis to a PR comment. See the guide on [using PR comments][26].
112112

content/en/continuous_integration/pipelines/gitlab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ For failed GitLab pipeline executions, each error under the `Errors` tab within
303303

304304
#### CI jobs failure analysis
305305

306-
If job logs collection is enabled, CI Visibility uses LLM models to analyze failed CI jobs based on relevant logs coming from Azure Pipelines.
306+
If job logs collection is enabled, CI Visibility uses LLM models to analyze failed CI jobs based on relevant logs coming from GitLab.
307307

308308
You can also add job failure analysis to a PR comment. See the guide on [using PR comments][30].
309309

0 commit comments

Comments
 (0)