Skip to content

Conversation

@a-nogikh
Copy link
Collaborator

When a triage or build step coincides with a cron job that polls new kernel trees, they often fail due to git command noticing that the repository is being updated.

In this case, the step logs an error and exits with status=1. Argo workflows offers a functionality to retry such steps up to the specific number of times and with exponentially increasing backoffs.

Configure the build and triage step templates to retry 3 times with 5 and then 10 minutes distance between the retries.

When a triage or build step coincides with a cron job that polls new
kernel trees, they often fail due to git command noticing that the
repository is being updated.

In this case, the step logs an error and exits with status=1. Argo
workflows offers a functionality to retry such steps up to the specific
number of times and with exponentially increasing backoffs.

Configure the build and triage step templates to retry 3 times with 5
and then 10 minutes distance between the retries.
@a-nogikh a-nogikh requested a review from tarasmadan October 21, 2025 12:42
@a-nogikh a-nogikh added this pull request to the merge queue Oct 22, 2025
Merged via the queue into google:master with commit c0460fc Oct 22, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants