mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-02 23:37:18 +08:00
Set max_retries to 3 (#6085)
This commit is contained in:
committed by
GitHub
parent
47039fc7d4
commit
c733edf13c
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user