Skip to content
Snippets Groups Projects
Commit bbd3f636 authored by Björn Vonheiden's avatar Björn Vonheiden Committed by Sören Henning
Browse files

use for load generators the github image

parent bc9b6057
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment