k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes/sig-k8s-infra/trusted/sig-test-infra.yaml (about)

     1  periodics:
     2  - name: metrics-kettle
     3    cluster: k8s-infra-prow-build-trusted
     4    interval: 1h
     5    decorate: true
     6    extra_refs:
     7    - org: kubernetes
     8      repo: test-infra
     9      base_ref: master
    10    spec:
    11      serviceAccountName: k8s-triage
    12      containers:
    13      - image: gcr.io/k8s-staging-test-infra/bigquery:v20240205-69ac5748ba
    14        args:
    15        - ./kettle/monitor.py
    16        - --stale=6
    17        - --table
    18        - kubernetes-public:k8s_infra_kettle.all
    19        - kubernetes-public:k8s_infra_kettle.week
    20        - kubernetes-public:k8s_infra_kettle.day
    21    annotations:
    22      testgrid-num-failures-to-alert: '6'
    23      testgrid-alert-stale-results-hours: '12'
    24      testgrid-dashboards: sig-testing-misc
    25      testgrid-alert-email: kubernetes-sig-testing-alerts@googlegroups.com, k8s-infra-oncall@google.com
    26      testgrid-broken-column-threshold: '0.5'
    27      description: Monitors Kettle's BigQuery database freshness.