From 2af5d918ffbf40a54430d170d421b8eb1aaf14cb Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Wed, 21 Jul 2021 12:24:18 -0700 Subject: [PATCH] config: add wg-k8s-infra-prow dashboard --- .../wg-k8s-infra/trusted/wg-k8s-infra-prow.yaml | 9 ++++++--- config/testgrids/kubernetes/wg-k8s-infa/config.yaml | 2 ++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/config/jobs/kubernetes/wg-k8s-infra/trusted/wg-k8s-infra-prow.yaml b/config/jobs/kubernetes/wg-k8s-infra/trusted/wg-k8s-infra-prow.yaml index e70548d1596b8..886f7fd71d233 100644 --- a/config/jobs/kubernetes/wg-k8s-infra/trusted/wg-k8s-infra-prow.yaml +++ b/config/jobs/kubernetes/wg-k8s-infra/trusted/wg-k8s-infra-prow.yaml @@ -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: k8s-infra-alerts@kubernetes.io 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: @@ -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: k8s-infra-alerts@kubernetes.io 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: @@ -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 - diff --git a/config/testgrids/kubernetes/wg-k8s-infa/config.yaml b/config/testgrids/kubernetes/wg-k8s-infa/config.yaml index 6bf5592f6f95d..8bc89b51578c8 100644 --- a/config/testgrids/kubernetes/wg-k8s-infa/config.yaml +++ b/config/testgrids/kubernetes/wg-k8s-infa/config.yaml @@ -7,6 +7,7 @@ dashboard_groups: - wg-k8s-infra-canaries - wg-k8s-infra-gcb - wg-k8s-infra-groups + - wg-k8s-infra-prow - wg-k8s-infra-k8sio dashboards: @@ -14,4 +15,5 @@ dashboards: - 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