mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-22 02:29:10 +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)
|
agenda['workloads'].append(entry)
|
||||||
else:
|
else:
|
||||||
if extcls.kind == 'instrument':
|
if extcls.kind == 'instrument':
|
||||||
agenda['config']['instruments'].append(name)
|
agenda['config']['augmentations'].append(name)
|
||||||
if extcls.kind == 'output_processor':
|
if extcls.kind == 'output_processor':
|
||||||
agenda['config']['output_processors'].append(name)
|
agenda['config']['augmentations'].append(name)
|
||||||
agenda['config'][name] = config
|
agenda['config'][name] = config
|
||||||
|
|
||||||
if args.output:
|
if args.output:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user