From c733edf13ca752e99057b8ee3f400ee660d34333 Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov <47745270+al-cheb@users.noreply.github.com> Date: Tue, 16 Aug 2022 09:55:11 +0200 Subject: [PATCH] Set max_retries to 3 (#6085) --- images/linux/ubuntu2004.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/images/linux/ubuntu2004.json b/images/linux/ubuntu2004.json index 894de265..e7029996 100644 --- a/images/linux/ubuntu2004.json +++ b/images/linux/ubuntu2004.json @@ -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": [