mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-17 22:06:02 +01:00
commands/create: Update agenda sections to use augmentations
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user