From 2a7607fb98c860532753fca431fc18b069ce57ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Vonheiden?= <bjoern.vonheiden@hotmail.de> Date: Sun, 13 Dec 2020 16:13:13 +0100 Subject: [PATCH] use for load generators the github image --- execution/run_uc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/execution/run_uc.py b/execution/run_uc.py index a79bfa527..dc5f78f71 100644 --- a/execution/run_uc.py +++ b/execution/run_uc.py @@ -141,7 +141,7 @@ def start_workload_generator(wg_yaml, dim_value, uc_id): # Set used use case wg_containter = next(filter( lambda x: x['name'] == 'workload-generator', wg_yaml['spec']['template']['spec']['containers'])) - wg_containter['image'] = 'theodolite/theodolite-uc' + uc_id + \ + wg_containter['image'] = 'ghcr.io/cau-se/theodolite-uc' + uc_id + \ '-workload-generator:latest' # Set environment variables -- GitLab