Skip to content

Commit

Permalink
Merge pull request #2215 from a-crate/cit-alerting
Browse files Browse the repository at this point in the history
Set up CIT alerting
  • Loading branch information
google-oss-prow[bot] authored Mar 7, 2024
2 parents 37039c5 + 8424817 commit bf7be4d
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,9 @@ periodics:
annotations:
testgrid-dashboards: googleoss-gcp-guest
testgrid-tab-name: cit-periodics
testgrid-broken-column-threshold: '0.012' # Allow 1.2% of tests to be failing and still mark column as passing
testgrid-bug-component: '117405'
testgrid-num-failures-to-alert: '3'
interval: 6h
spec:
containers:
Expand Down Expand Up @@ -571,7 +574,10 @@ periodics:
annotations:
testgrid-dashboards: googleoss-gcp-guest
testgrid-tab-name: oslogin-periodics
interval: 24h
testgrid-broken-column-threshold: '0.01'
testgrid-num-failures-to-alert: '2'
testgrid-bug-component: '117405'
interval: 12h
spec:
containers:
- image: gcr.io/compute-image-tools/cloud-image-tests:latest
Expand Down

0 comments on commit bf7be4d

Please sign in to comment.