From 6d806ce815c1c65ab3111f65f7df10701bce0a97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gurhem?= Date: Fri, 24 May 2024 17:46:51 +0200 Subject: [PATCH] fix: use right tag for images used in perf test script --- tools/perftest-htcmock.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/perftest-htcmock.sh b/tools/perftest-htcmock.sh index 186bd8366..16eb4f75c 100644 --- a/tools/perftest-htcmock.sh +++ b/tools/perftest-htcmock.sh @@ -18,7 +18,7 @@ docker run --net armonik_network --rm \ -e HtcMock__SubTasksLevels=4 \ -e HtcMock__EnableFastCompute=true \ -e GrpcClient__Endpoint=http://armonik.control.submitter:1080 \ - dockerhubaneo/armonik_core_htcmock_test_client:0.0.0.0-test + dockerhubaneo/armonik_core_htcmock_test_client:0.0.0.0-local for i in {0..6} @@ -29,7 +29,7 @@ docker run --net armonik_network --rm \ -e HtcMock__SubTasksLevels=100 \ -e HtcMock__EnableFastCompute=true \ -e GrpcClient__Endpoint=http://armonik.control.submitter:1080 \ - dockerhubaneo/armonik_core_htcmock_test_client:0.0.0.0-test | tee "logs/$SHA/$DATE/mock$i.log" + dockerhubaneo/armonik_core_htcmock_test_client:0.0.0.0-local | tee "logs/$SHA/$DATE/mock$i.log" done