SERVER-125462: block on red, update thresholds (#52553)

GitOrigin-RevId: 22d5658f80b87d67ce36e5d5a1d630e77ce7a41c
This commit is contained in:
Jonas Bergler 2026-04-25 08:00:07 +12:00 committed by MongoDB Bot
parent 419c2d9f25
commit dd02136914
2 changed files with 6 additions and 4 deletions

View File

@ -12,6 +12,8 @@ filters:
- "code_lockdown.yml":
approvers:
- 10gen/devprod-correctness
- jbergler
- mickgraham-mongodb
- "coverity.yml":
approvers:
- 10gen/server-programmability

View File

@ -7,21 +7,21 @@ notifications:
thresholds:
overall:
hot:
count: 35
count: 80
grace_period_days: 5
cold:
count: 50
count: 80
grace_period_days: 5
group:
hot:
count: 8
count: 16
grace_period_days: 5
cold:
count: 16
grace_period_days: 5
team:
hot:
count: 4
count: 5
grace_period_days: 2
cold:
count: 6