Skip to content
Snippets Groups Projects

Use GitHub Container Registry images for benchmarks

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -225,7 +225,7 @@ def start_application(svc_yaml, svc_monitor_yaml, jmx_yaml, deploy_yaml,
app_container = next(filter(
lambda x: x['name'] == 'uc-application',
deploy_yaml['spec']['template']['spec']['containers']))
app_container['image'] = 'theodolite/theodolite-uc' + uc_id \
app_container['image'] = 'ghcr.io/cau-se/theodolite-uc' + uc_id \
+ '-kstreams-app:latest'
# Set configurations environment parameters for SPE
Loading