Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config/jobs: promote metrics-bigquery-canary #23115

Merged
merged 1 commit into from
Aug 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions config/jobs/kubernetes/test-infra/test-infra-periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,34 +72,6 @@ periodics:
testgrid-alert-email: [email protected], [email protected]
description: Runs BigQuery queries, summarizes results into clusters, and uploads to GCS for go.k8s.io/triage

- name: metrics-bigquery
interval: 24h
spec:
containers:
- image: gcr.io/k8s-testimages/bigquery:v20210707-0f9c540
args:
- --scenario=execute
- --
- test-infra/metrics/bigquery.py
- --
- --bucket=gs://k8s-metrics
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/service-account/service-account.json
volumeMounts:
- name: service
mountPath: /etc/service-account
readOnly: true
volumes:
- name: service
secret:
secretName: triage-service-account
annotations:
testgrid-dashboards: sig-testing-misc
testgrid-alert-email: [email protected], [email protected]
testgrid-num-failures-to-alert: '2'
description: Runs BigQuery queries to generate data for metrics.

- name: metrics-kettle
interval: 1h
spec:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
periodics:
- name: metrics-bigquery-canary
interval: 10m # TODO(spiffxp): change to cron when non-canary
- name: metrics-bigquery
cron: "03 0-23/6 * * *" # like interval: 6h, but explicitly starting at 00:03 UTC
cluster: k8s-infra-prow-build-trusted
decorate: true
max_concurrency: 1
Expand All @@ -9,9 +9,9 @@ periodics:
repo: test-infra
base_ref: master
annotations:
testgrid-dashboards: wg-k8s-infra-canaries, sig-testing-canaries
testgrid-dashboards: sig-testing-misc, wg-k8s-infra-prow
testgrid-alert-email: [email protected], [email protected]
testgrid-num-failures-to-alert: '99' # TODO(spiffxp): back down to 2 when non-canary
testgrid-num-failures-to-alert: '2'
description: Runs BigQuery queries to generate data for metrics.
rerun_auth_config:
github_team_slugs:
Expand All @@ -27,5 +27,5 @@ periodics:
- image: gcr.io/k8s-testimages/bigquery:v20210707-0f9c540
args:
- ./metrics/bigquery.py
- --bucket=gs://k8s-project-metrics
- --bucket=gs://k8s-metrics
- --project=k8s-infra-prow-build-trusted