We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a00f63c + 991dd8a commit 50efa46Copy full SHA for 50efa46
config/jobs/kubernetes/sig-k8s-infra/trusted/sig-k8s-infra-registry.yaml
@@ -7,7 +7,11 @@ periodics:
7
annotations:
8
testgrid-dashboards: sig-k8s-infra-k8sio
9
testgrid-alert-email: k8s-infra-alerts@kubernetes.io
10
- testgrid-num-failures-to-alert: "1"
+ # 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"
15
extra_refs:
16
- org: kubernetes
17
repo: registry.k8s.io
0 commit comments