-
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
fix: Patch taskset with subresources to delete completed node status. Fixes #11489 #12620
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jswxstw
force-pushed
the
fix-11489
branch
5 times, most recently
from
February 5, 2024 07:27
d921fda
to
4ab8e89
Compare
…ixes argoproj#11489 Signed-off-by: oninowang <[email protected]>
agilgur5
added
area/controller
Controller issues, panics
area/plugins
area/retry-manual
Manual workflow "Retry" Action (API/CLI/UI). See retryStrategy for template-level retries
labels
Feb 5, 2024
3 tasks
isubasinghe
reviewed
Feb 17, 2024
isubasinghe
reviewed
Feb 17, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small question I had, will approve after answer.
isubasinghe
approved these changes
Feb 18, 2024
isubasinghe
added a commit
to isubasinghe/argo-workflows
that referenced
this pull request
Feb 20, 2024
argoproj#12620) Signed-off-by: oninowang <[email protected]> Co-authored-by: jswxstw <[email protected]> Co-authored-by: Isitha Subasinghe <[email protected]>
isubasinghe
added a commit
to isubasinghe/argo-workflows
that referenced
this pull request
Feb 27, 2024
argoproj#12620) Signed-off-by: oninowang <[email protected]> Co-authored-by: jswxstw <[email protected]> Co-authored-by: Isitha Subasinghe <[email protected]>
isubasinghe
added a commit
to isubasinghe/argo-workflows
that referenced
this pull request
Feb 28, 2024
argoproj#12620) Signed-off-by: oninowang <[email protected]> Co-authored-by: jswxstw <[email protected]> Co-authored-by: Isitha Subasinghe <[email protected]> Signed-off-by: Isitha Subasinghe <[email protected]>
isubasinghe
added a commit
to isubasinghe/argo-workflows
that referenced
this pull request
Mar 12, 2024
argoproj#12620) Signed-off-by: oninowang <[email protected]> Co-authored-by: jswxstw <[email protected]> Co-authored-by: Isitha Subasinghe <[email protected]>
4 tasks
6 tasks
agilgur5
changed the title
fix: Patch taskset with subresources to delete completed node status.…
fix: Patch taskset with subresources to delete completed node status. Fixes #11489
Apr 25, 2024
isubasinghe
added a commit
to isubasinghe/argo-workflows
that referenced
this pull request
May 6, 2024
argoproj#12620) Signed-off-by: oninowang <[email protected]> Co-authored-by: jswxstw <[email protected]> Co-authored-by: Isitha Subasinghe <[email protected]>
isubasinghe
added a commit
to isubasinghe/argo-workflows
that referenced
this pull request
May 7, 2024
argoproj#12620) Signed-off-by: oninowang <[email protected]> Co-authored-by: jswxstw <[email protected]> Co-authored-by: Isitha Subasinghe <[email protected]>
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/controller
Controller issues, panics
area/plugins
area/retry-manual
Manual workflow "Retry" Action (API/CLI/UI). See retryStrategy for template-level retries
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #11489
Motivation
Workflow manual retrying does not work for Plugin, because completed node status in WorkflowTaskSet are not deleted successfully.
Modifications
Split the original WorkflowTaskSet patch into tasksPatch and nodesPatch, then patch the nodesPatch with
status
subresource.Verification
run locally
add e2e test