1
0
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:
Sebastian Goscik
2016-08-26 17:13:57 +01:00
parent 0a2afdfd84
commit 7713f02252
3 changed files with 9 additions and 0 deletions

@ -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 ##########################################
####################################################################################################