Skip to content

Commit 27c9a7f

Browse files
Merge pull request #1068 from SgtCoDFish/istio-csr-periodic-tweaks
Add dashboard group for istio-csr, fix comment
2 parents 2f05cc4 + 1a750a9 commit 27c9a7f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

config/jobs/cert-manager/istio-csr/cert-manager-istio-csr-periodics.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

config/testgrid/dashboards.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
1316
dashboards:

0 commit comments

Comments
 (0)