From d5015cbd8e9ed5b48125b238132bee7fd54ac139 Mon Sep 17 00:00:00 2001 From: Jon Huhn Date: Tue, 8 Jul 2025 14:43:09 -0500 Subject: [PATCH] Add DRA jobs to perf dash --- perfdash/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/perfdash/deployment.yaml b/perfdash/deployment.yaml index 16b4098e7b..a2e7270986 100644 --- a/perfdash/deployment.yaml +++ b/perfdash/deployment.yaml @@ -24,6 +24,7 @@ spec: - --address=0.0.0.0:8080 - --builds=100 - --githubConfigDir=https://api.github.com/repos/kubernetes/test-infra/contents/config/jobs/kubernetes/sig-scalability + - --githubConfigDir=https://api.github.com/repos/kubernetes/test-infra/contents/config/jobs/kubernetes/sig-scalability/DRA - --githubConfigDir=https://api.github.com/repos/kubernetes/test-infra/contents/config/jobs/kubernetes/sig-release/release-branch-jobs - --githubConfigDir=https://api.github.com/repos/kubernetes/test-infra/contents/config/jobs/kubernetes-sigs/sig-windows - --allow-parsers-matching-all-tests=false