mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-21 18:18:41 +00:00
commands/create: Update agenda sections to use augmentations
This commit is contained in:
parent
4b6297e7ea
commit
c5659d51f1
@ -63,9 +63,9 @@ class CreateAgendaSubcommand(SubCommand):
|
||||
agenda['workloads'].append(entry)
|
||||
else:
|
||||
if extcls.kind == 'instrument':
|
||||
agenda['config']['instruments'].append(name)
|
||||
agenda['config']['augmentations'].append(name)
|
||||
if extcls.kind == 'output_processor':
|
||||
agenda['config']['output_processors'].append(name)
|
||||
agenda['config']['augmentations'].append(name)
|
||||
agenda['config'][name] = config
|
||||
|
||||
if args.output:
|
||||
|
Loading…
x
Reference in New Issue
Block a user