Skip to content

Commit

Permalink
Merge pull request #2219 from a-crate/cit-alerting
Browse files Browse the repository at this point in the history
Fix issues with cit alerting configuration
  • Loading branch information
google-oss-prow[bot] authored Mar 8, 2024
2 parents 51fc4a4 + d9414a5 commit cb3b06b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -516,11 +516,11 @@ periodics:
annotations:
testgrid-dashboards: googleoss-gcp-guest
testgrid-tab-name: cit-periodics
testgrid-broken-column-threshold: '0.015' # Allow 1.5% of tests to be failing and still mark column as passing
testgrid-broken-column-threshold: '0.985' # Allow 1.5% of tests to be failing and still mark column as passing
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: '3'
testgrid-alert-stale-results-hours: '24'
testgrid-debug-url: http://go/cit-alert-runbook
testgrid-alert-mail-debug-url: http://go/cit-alert-runbook
interval: 6h
spec:
containers:
Expand Down Expand Up @@ -576,10 +576,10 @@ periodics:
annotations:
testgrid-dashboards: googleoss-gcp-guest
testgrid-tab-name: oslogin-periodics
testgrid-broken-column-threshold: '0.01'
testgrid-broken-column-threshold: '0.99'
testgrid-num-failures-to-alert: '2'
testgrid-alert-stale-results-hours: '24'
testgrid-debug-url: http://go/cit-alert-runbook
testgrid-alert-mail-debug-url: http://go/cit-alert-runbook
testgrid-alert-email: [email protected]
interval: 12h
spec:
Expand Down

0 comments on commit cb3b06b

Please sign in to comment.