Skip to content

Commit

Permalink
config: add wg-k8s-infra-prow dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
spiffxp committed Jul 21, 2021
1 parent c1fec1c commit 2af5d91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ postsubmits:
- ^main$
annotations:
testgrid-create-test-group: 'true'
testgrid-dashboards: wg-k8s-infra-k8sio
testgrid-dashboards: wg-k8s-infra-prow
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: '1'
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:
Expand All @@ -33,13 +35,15 @@ postsubmits:
- ^main$
annotations:
testgrid-create-test-group: 'true'
testgrid-dashboards: wg-k8s-infra-k8sio
testgrid-dashboards: wg-k8s-infra-prow
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: '1'
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:
Expand All @@ -48,4 +52,3 @@ postsubmits:
- image: gcr.io/k8s-staging-infra-tools/k8s-infra:latest
command:
- ./infra/gcp/clusters/projects/k8s-infra-prow-build-trusted/deploy.sh

2 changes: 2 additions & 0 deletions config/testgrids/kubernetes/wg-k8s-infa/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ dashboard_groups:
- wg-k8s-infra-canaries
- wg-k8s-infra-gcb
- wg-k8s-infra-groups
- wg-k8s-infra-prow
- wg-k8s-infra-k8sio

dashboards:
- name: wg-k8s-infra-apps
- name: wg-k8s-infra-canaries
- name: wg-k8s-infra-gcb
- name: wg-k8s-infra-groups
- name: wg-k8s-infra-prow
- name: wg-k8s-infra-k8sio

0 comments on commit 2af5d91

Please sign in to comment.