Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a note on CI runs not triggering s8s monitors #26438

Merged
merged 3 commits into from
Nov 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/en/continuous_testing/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@

The first thing to check is which failure mode flags you are passing in your [global configuration file][3]. For CI runs that contain multiple tests, some tests are queued based on the parallelization setting defined on the [Continuous Testing Settings page][9]. You may need to adapt both your configuration and parallelization based on your organizational needs.

## Synthetics monitors

Check warning on line 48 in content/en/continuous_testing/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words

Use 'Synthetic Monitoring' instead of 'Synthetics'.

The CI does not trigger Synthetics monitors or incorporate them into monitor evaluations; however, failing runs will result in the CI showing a red status.

Check warning on line 50 in content/en/continuous_testing/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words

Use 'Synthetic Monitoring' instead of 'Synthetics'.

Check warning on line 50 in content/en/continuous_testing/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'will'.

## Further reading

{{< partial name="whats-next/whats-next.html" >}}
Expand Down
Loading