File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
jobs/cert-manager/istio-csr Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ periodics:
66 testgrid-alert-email :
[email protected] 77 testgrid-create-job-group : " true"
88 testgrid-dashboards : istio-csr-periodics
9+ testgrid-num-failures-to-alert : " 2"
10+ testgrid-alert-stale-results-hours : " 24"
911 labels :
1012 preset-go-cache : " true"
1113 preset-local-cache : " true"
@@ -34,4 +36,4 @@ periodics:
3436 - org : cert-manager
3537 repo : istio-csr
3638 base_ref : main
37- cron : 42 */12 * * * # run at 13 :42 and 01 :42 every day
39+ cron : 42 */12 * * * # run at 12 :42 UTC and 00 :42 UTC every day (42 was picked arbitrarily)
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ dashboard_groups:
88 - cert-manager-periodics-release-1.16
99 - cert-manager-presubmits-master
1010 - cert-manager-testing-janitors
11+ - name : cert-manager-subprojects
12+ dashboard_names :
13+ - istio-csr-periodics
1114
1215# Dashboards
1316dashboards :
You can’t perform that action at this time.
0 commit comments