Skip to content

Commit

Permalink
Merge pull request #2220 from a-crate/cit-alerting
Browse files Browse the repository at this point in the history
Only configure alerting thresholds on prow annotations
  • Loading branch information
google-oss-prow[bot] authored Mar 11, 2024
2 parents dde1fba + 6d30988 commit 1aaf5c8
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -516,11 +516,9 @@ periodics:
annotations:
testgrid-dashboards: googleoss-gcp-guest
testgrid-tab-name: cit-periodics
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-broken-column-threshold: '0.015' # Allow 1.5% of tests to be failing and still mark column as passing
testgrid-num-failures-to-alert: '3'
testgrid-alert-stale-results-hours: '24'
testgrid-alert-mail-debug-url: http://go/cit-alert-runbook
interval: 6h
spec:
containers:
Expand All @@ -529,6 +527,7 @@ periodics:
command:
- "/manager"
args:
- "-set_exit_status=false"
- "-parallel_count=20"
- "-project=gcp-guest"
- "-zone=us-central1-b"
Expand Down Expand Up @@ -576,11 +575,9 @@ periodics:
annotations:
testgrid-dashboards: googleoss-gcp-guest
testgrid-tab-name: oslogin-periodics
testgrid-broken-column-threshold: '0.99'
testgrid-broken-column-threshold: '0.01'
testgrid-num-failures-to-alert: '2'
testgrid-alert-stale-results-hours: '24'
testgrid-alert-mail-debug-url: http://go/cit-alert-runbook
testgrid-alert-email: [email protected]
interval: 12h
spec:
containers:
Expand All @@ -589,6 +586,7 @@ periodics:
command:
- "/manager"
args:
- "-set_exit_status=false"
- "-project=oslogin-cit"
- "-zone=us-central1-b"
# Same as cit-periodics but without Windows
Expand Down

0 comments on commit 1aaf5c8

Please sign in to comment.