Set max_retries to 3 (#6085)

This commit is contained in:
Aleksandr Chebotov
2022-08-16 09:55:11 +02:00
committed by GitHub
parent 47039fc7d4
commit c733edf13c

View File

@@ -321,8 +321,12 @@
},
{
"type": "shell",
"max_retries": 3,
"start_retry_timeout": "2m",
"inline": [
"pwsh -Command Write-Host Running SoftwareReport.Generator.ps1 script",
"pwsh -File {{user `image_folder`}}/SoftwareReport/SoftwareReport.Generator.ps1 -OutputDirectory {{user `image_folder`}}",
"pwsh -Command Write-Host Running RunAll-Tests.ps1 script",
"pwsh -File {{user `image_folder`}}/tests/RunAll-Tests.ps1 -OutputDirectory {{user `image_folder`}}"
],
"environment_vars": [