From 0bc908e2b2ae0f84ee5257a77a71486e5188c9cf Mon Sep 17 00:00:00 2001 From: Kishen Viswanathan Date: Mon, 20 Oct 2025 19:54:50 +0530 Subject: [PATCH] Add etcd performance related jobs to perfdash deployment config --- perfdash/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/perfdash/deployment.yaml b/perfdash/deployment.yaml index f4a975d895..b2bdc9b132 100644 --- a/perfdash/deployment.yaml +++ b/perfdash/deployment.yaml @@ -26,6 +26,7 @@ spec: - --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-release/release-branch-jobs - --githubConfigDir=https://api.github.com/repos/kubernetes/test-infra/contents/config/jobs/kubernetes-sigs/sig-windows + - --githubConfigDir=https://api.github.com/repos/kubernetes/test-infra/contents/config/jobs/etcd - --allow-parsers-matching-all-tests=false imagePullPolicy: Always ports: