From 1276007533462b30a32c7b02346c0d97239c059e Mon Sep 17 00:00:00 2001 From: alyssavu Date: Wed, 5 Feb 2025 02:58:09 +0000 Subject: [PATCH] test with ACR --- .../python/clusterloader2/cri/config/deployment_template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/python/clusterloader2/cri/config/deployment_template.yaml b/modules/python/clusterloader2/cri/config/deployment_template.yaml index aa84bdd63..0538cc395 100644 --- a/modules/python/clusterloader2/cri/config/deployment_template.yaml +++ b/modules/python/clusterloader2/cri/config/deployment_template.yaml @@ -26,7 +26,7 @@ spec: containers: {{if eq $LoadType "memory"}} - name: resource-consumer-memory - image: registry.k8s.io/e2e-test-images/resource-consumer:1.9 + image: telescope.azurecr.io/perf-eval/resource-consumer:1.9 imagePullPolicy: IfNotPresent command: - stress @@ -45,7 +45,7 @@ spec: {{end}} {{if eq $LoadType "cpu"}} - name: resource-consumer-cpu - image: registry.k8s.io/e2e-test-images/resource-consumer:1.9 + image: telescope.azurecr.io/perf-eval/resource-consumer:1.9 imagePullPolicy: IfNotPresent command: - ./consume-cpu/consume-cpu