Hive Hive
Sign in

Server 1.210.1

Metadata
Source
GitHub
Version
server@1.210.1
Published
Jun 11, 2026 · 08:49 UTC
Repository
tuist/tuist
Update

Flaky-test alerts now re-arm after the condition clears.

  • This release fixes flaky-test alert handling so alerts re-arm when the condition clears, even when recovery actions are disabled. Previously, recovery-disabled alerts stayed latched after their first trigger and never fired again, even if a test later went clean and then flaked again. Now the alert records a recovery when the condition clears, so it can fire again on the next rising edge. Recovery actions such as unmuting or removing labels remain opt-in and only run if you have enabled recovery. For idempotent actions like marking a test as flaky, the re-fire is a no-op. If you use Slack notifications for flaky tests, you may see a re-ping when a test flaps between clean and flaky.