Skip to content

Commit 50efa46

Browse files
authored
Merge pull request kubernetes#34794 from BenTheElder/ar-alerts
configure ar-to-s3-sync alert thresholds
2 parents a00f63c + 991dd8a commit 50efa46

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config/jobs/kubernetes/sig-k8s-infra/trusted/sig-k8s-infra-registry.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ periodics:
77
annotations:
88
testgrid-dashboards: sig-k8s-infra-k8sio
99
testgrid-alert-email: k8s-infra-alerts@kubernetes.io
10-
testgrid-num-failures-to-alert: "1"
10+
# this rarely has a flake like exceeding QPS or network connection issues
11+
# it runs in under 2m ever 5m so a flake is not worth alerting on
12+
testgrid-num-failures-to-alert: "3"
13+
# if this stops running for some reason we have a problem
14+
testgrid-alert-stale-results-hours: "1"
1115
extra_refs:
1216
- org: kubernetes
1317
repo: registry.k8s.io

0 commit comments

Comments
 (0)