Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ci/mkpipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,8 +584,7 @@ def set_retry_on_agent_lost(pipeline: Any) -> None:
step.setdefault("retry", {}).setdefault("automatic", []).extend(
[
{
"exit_status": -1, # Connection to agent lost
"signal_reason": "none",
"exit_status": -1, # Agent lost or job timed out during checkout/setup
"limit": 2,
},
{
Expand Down
Loading