diff --git a/content/en/pr_gates/_index.md b/content/en/pr_gates/_index.md index de8188d0423..3471097272b 100644 --- a/content/en/pr_gates/_index.md +++ b/content/en/pr_gates/_index.md @@ -106,6 +106,9 @@ You can create rules to block code changes from being merged when a pull request {{< img src="pr_gates/setup/flaky_tests.png" alt="A PR Gate rule that fails when a pull request introduces at least one new flaky test" style="width:80%" >}} +Use this PR Gate together with [Early Flake Detection][1] to detect newly added flaky tests. + +[1]: /tests/flaky_tests/early_flake_detection {{% /tab %}} {{< /tabs >}} @@ -133,4 +136,4 @@ You can see all of the rules defined by the organization. [8]: https://app.datadoghq.com/ci/pr-gates [9]: /monitors/ [10]: /security/code_security/secret_scanning/ -[11]: /tests/flaky_tests/ +[11]: /tests/flaky_tests/ \ No newline at end of file diff --git a/static/images/pr_gates/setup/flaky_tests.png b/static/images/pr_gates/setup/flaky_tests.png index cca1551625f..993c183ad49 100644 Binary files a/static/images/pr_gates/setup/flaky_tests.png and b/static/images/pr_gates/setup/flaky_tests.png differ