You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs(flaky-management): add weekly digest summary notification type
- Add note that weekly digest only sent to rules with code owners configured
- Add Weekly digest summary row to notification types table
Rationale: document new weekly digest notification behavior and its code owner requirement
This commit made by [/dd:git:commit:quick](https://github.com/DataDog/claude-marketplace/tree/main/dd/commands/git/commit/quick.md)
* Flaky Tests Management: mark weekly digest as beta with no opt-out
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: content/en/tests/flaky_management/_index.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ Set up notifications to track changes to your flaky tests. Notifications are sen
203
203
204
204
You can send notifications to email addresses or Slack channels (see the [Datadog Slack integration][5]), and route messages based on test code owners. When multiple code owners are specified, a flaky test must be owned by all specified code owners for the notification rule to match. If no code owners are specified, all selected recipients are notified of all flaky test changes in the repository. Configure notifications for each repository from the [{{< ui >}}Flaky Test Policies{{< /ui >}}][13] side panel in CI/CD Optimization settings.
205
205
206
-
Notifications are bundled over a short period to reduce noise.
206
+
Notifications are bundled over a short period to reduce noise. The weekly digest summary is only sent to notification rules that have code owners configured.
207
207
208
208
### Notification types
209
209
@@ -215,6 +215,7 @@ Notifications are bundled over a short period to reduce noise.
215
215
| {{< ui >}}Fix successful{{< /ui >}} | A test passes all retries in the remediation flow and is marked as "fix in progress". |
216
216
| {{< ui >}}Fix failed{{< /ui >}} | A test fails during the remediation flow. |
217
217
| {{< ui >}}Manual state change{{< /ui >}} | A user manually changes the state of a flaky test. |
218
+
| {{< ui >}}Weekly digest summary{{< /ui >}} |**Beta**: A weekly summary sent every Monday, reporting the current state of flaky tests and changes since the previous week, grouped by repository and code owner. Only sent to notification rules that have code owners configured. This notification is currently available to a subset of customers. |
0 commit comments