mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-07-10 09:03:36 +01:00
Execution: Added a clean_up
global config to delete WA files from devices
Adds a WA configuration point `clean_up` that will delete the WA binaries directory and the WA working directory from a device at the end of a WA run.
This commit is contained in:
@ -54,6 +54,9 @@ retry_on_status = ['FAILED', 'PARTIAL']
|
||||
# How many times a job will be re-run before giving up
|
||||
max_retries = 3
|
||||
|
||||
# If WA should delete its files from the device after the run is completed
|
||||
clean_up = False
|
||||
|
||||
####################################################################################################
|
||||
######################################### Device Settings ##########################################
|
||||
####################################################################################################
|
||||
|
Reference in New Issue
Block a user