-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem on retryStrategy workflow when it used git artifact #9257
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is a mentoring request, please provide an update here. Thank you for your contributions. |
confirm, this bug still exists |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is a mentoring request, please provide an update here. Thank you for your contributions. |
confirm, this bug still exists |
@rgeraskin can you add an exit handler on the step? |
@sarabala1979 sorry I can't figure it out how it will help me? Maybe you are talking about deleting the content manually by handler? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is a mentoring request, please provide an update here. Thank you for your contributions. |
rename command in argo-workflows/workflow/executor/executor.go Line 249 in f470fda
|
Checklist
Summary
What happened/what you expected to happen?
I'm using field retryStrategy=3 at workflow template configuration
When the workflow fail on a step, this, retry the same step 3 times, if none of them finishes correctly, the workflow retry all steps since start.
This is fine, however, on the first step I use the git artifact but when retry the workflow since start. The second time workflow fail because: the files exists from first step, obviously.
I would like that You add additional field for example "delete" to remove pre existing content
What version are you running?
Argo workflows: 3.3.8
Kubernetes: 1.22.8
Diagnostics
Paste the smallest workflow that reproduces the bug. We must be able to run the workflow.
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered: