From c2157918b90c3620bc2a68ba6e5ed157470d299c Mon Sep 17 00:00:00 2001 From: mpherman2 Date: Tue, 2 Nov 2021 15:02:11 -0700 Subject: [PATCH] Fix testgrid dashboard names --- config/jobs/kubernetes/test-infra/test-infra-periodics.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/jobs/kubernetes/test-infra/test-infra-periodics.yaml b/config/jobs/kubernetes/test-infra/test-infra-periodics.yaml index 4d164d620babe..b86553821c4fa 100644 --- a/config/jobs/kubernetes/test-infra/test-infra-periodics.yaml +++ b/config/jobs/kubernetes/test-infra/test-infra-periodics.yaml @@ -139,7 +139,7 @@ periodics: value: prow annotations: testgrid-dashboards: sig-testing-misc - testgrid-tab-name: cfl_coverage_report + testgrid-tab-name: cfl-coverage-report description: Runs clusterfuzzlite coverage report every day - name: cfl_prune @@ -182,5 +182,5 @@ periodics: value: prow annotations: testgrid-dashboards: sig-testing-misc - testgrid-tab-name: cfl_coverage_report + testgrid-tab-name: cfl-prune description: Runs clusterfuzzlite corpora prune every day