Merge branch 'testing' into features/4251-delete-certificate

This commit is contained in:
Cayo Puigdefabregas 2023-02-27 10:08:47 +01:00
commit 69cb07d55a
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ DH_HOST = {{ api_host }}
DH_DATABASE = {{ schema }}
DEVICEHUB_URL = https://${DB_HOST}/${DB_DATABASE}/
WB_BENCHMARK = True
WB_BENCHMARK = False
WB_STRESS_TEST = 0
WB_SMART_TEST = short
@ -21,7 +21,7 @@ DH_HOST = {{ api_host }}
DH_DATABASE = {{ schema }}
DEVICEHUB_URL = https://${DB_HOST}/${DB_DATABASE}/
WB_BENCHMARK = True
WB_BENCHMARK = False
WB_STRESS_TEST = 0
WB_SMART_TEST = short

View File

@ -8,7 +8,7 @@ isos = {
'url': 'https://releases.usody.com/2022/',
},
"erease": {
'iso': "USODY_14.1.0.iso",
'iso': "USODY_14.2.0.iso",
'url': 'https://releases.usody.com/v14/',
},
}