mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-19 14:56:00 +01:00
Fixing typo in config_example.py
This commit is contained in:
@ -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 ##########################################
|
||||||
|
Reference in New Issue
Block a user