mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 20:38:57 +00:00
framework/workload: Add 'cleanup_assets' to global aliases
Allow specifying whether to clean up deployed assets as a global config option as in WA2.
This commit is contained in:
parent
31b46fb3b7
commit
bf8c4a856a
@ -40,6 +40,7 @@ class Workload(TargetedPlugin):
|
|||||||
|
|
||||||
parameters = [
|
parameters = [
|
||||||
Parameter('cleanup_assets', kind=bool,
|
Parameter('cleanup_assets', kind=bool,
|
||||||
|
global_alias='cleanup_assets',
|
||||||
default=True,
|
default=True,
|
||||||
description="""
|
description="""
|
||||||
If ``True``, if assets are deployed as part of the workload they
|
If ``True``, if assets are deployed as part of the workload they
|
||||||
|
Loading…
x
Reference in New Issue
Block a user