mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-21 18:18:41 +00:00
configuration/core: Remove unnecessary config point
`Augmentations` configuration point should be used instead of `output_processors` entry which is already specified elsewhere.
This commit is contained in:
parent
965f8e2218
commit
1ec1bd14a5
@ -806,17 +806,6 @@ class RunConfiguration(Configuration):
|
||||
failed, but continue attempting to run others.
|
||||
'''
|
||||
),
|
||||
ConfigurationPoint(
|
||||
'output_processors',
|
||||
kind=toggle_set,
|
||||
default=['csv', 'status'],
|
||||
description='''
|
||||
The list of output processors to be used for this run. Output processors
|
||||
post-process data generated by workloads and instruments, e.g. to
|
||||
generate additional reports, format the output in a certain way, or
|
||||
export the output to an exeternal location.
|
||||
''',
|
||||
),
|
||||
ConfigurationPoint(
|
||||
'allow_phone_home',
|
||||
kind=bool, default=True,
|
||||
|
Loading…
x
Reference in New Issue
Block a user