mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 20:38:57 +00:00
Fixing typo in config_example.py
This commit is contained in:
parent
30bb453747
commit
cb89bd5708
@ -52,7 +52,7 @@ execution_order = 'by_iteration'
|
|||||||
retry_on_status = ['FAILED', 'PARTIAL']
|
retry_on_status = ['FAILED', 'PARTIAL']
|
||||||
|
|
||||||
# How many times a job will be re-run before giving up
|
# How many times a job will be re-run before giving up
|
||||||
max_retires = 3
|
max_retries = 3
|
||||||
|
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
######################################### Device Settings ##########################################
|
######################################### Device Settings ##########################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user