Skip to content

Commit

Permalink
dont try 4 times after agent_stop
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro authored Nov 14, 2024
1 parent 81e5e02 commit e567afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/ci.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function getPipeline(options) {
{ exit_status: 1, limit: 1 },
{ exit_status: -1, limit },
{ exit_status: 255, limit },
{ signal_reason: "agent_stop", limit },
{ signal_reason: "agent_stop", 1 },
],
};
};
Expand Down

0 comments on commit e567afe

Please sign in to comment.