Skip to content

Commit

Permalink
config/jobs: add metrics-bigquery-canary
Browse files Browse the repository at this point in the history
  • Loading branch information
spiffxp committed Aug 2, 2021
1 parent bd4b5f6 commit d746ae8
Showing 1 changed file with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
periodics:
- name: metrics-bigquery-canary
interval: 10m # TODO(spiffxp): change to cron when non-canary
cluster: k8s-infra-prow-build-trusted
decorate: true
max_concurrency: 1
extra_refs:
- org: kubernetes
repo: test-infra
base_ref: master
annotations:
testgrid-dashboards: wg-k8s-infra-canaries, sig-testing-canaries
testgrid-alert-email: [email protected], [email protected]
testgrid-num-failures-to-alert: '99' # TODO(spiffxp): back down to 2 when non-canary
description: Runs BigQuery queries to generate data for metrics.
rerun_auth_config:
github_team_slugs:
# proxy for wg-k8s-infra-oncall
- org: kubernetes
slug: wg-k8s-infra-leads
# proxy for test-infra-oncall
- org: kubernetes
slug: test-infra-admins
spec:
serviceAccountName: k8s-metrics
containers:
- image: gcr.io/k8s-testimages/bigquery:v20210707-0f9c540
args:
- ./metrics/bigquery.py
- --bucket=gs://k8s-project-metrics
- --project=k8s-infra-prow-build-trusted

0 comments on commit d746ae8

Please sign in to comment.