Skip to content
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: Unmark daemoned nodes after stopping them #5005

Merged
merged 8 commits into from Feb 4, 2021

Conversation

simster7
Copy link
Member

@simster7 simster7 commented Feb 3, 2021

Fixes: #5002

Still need testing

Checklist:

Signed-off-by: Simon Behar <simbeh7@gmail.com>
Signed-off-by: Simon Behar <simbeh7@gmail.com>
@simster7 simster7 marked this pull request as ready for review February 4, 2021 05:15
@simster7 simster7 requested a review from alexec February 4, 2021 14:32
Copy link
Contributor

@alexec alexec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

conditional approval. See comments.

test/e2e/daemon_pod_test.go Outdated Show resolved Hide resolved
test/e2e/daemon_pod_test.go Show resolved Hide resolved
workflow/controller/exec_control.go Show resolved Hide resolved
Signed-off-by: Simon Behar <simbeh7@gmail.com>
@@ -172,6 +172,7 @@ var ToBeRunning Condition = func(wf *wfv1.Workflow) bool {
return node.Phase == wfv1.NodeRunning
})
}
var ToBeSucceeded Condition = func(wf *wfv1.Workflow) bool {return wf.Status.Phase == wfv1.WorkflowSucceeded }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

Signed-off-by: Simon Behar <simbeh7@gmail.com>
@simster7 simster7 merged commit d1abcb0 into argoproj:master Feb 4, 2021
@simster7 simster7 mentioned this pull request Feb 8, 2021
38 tasks
simster7 added a commit that referenced this pull request Feb 8, 2021
Signed-off-by: Simon Behar <simbeh7@gmail.com>
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.

Workflow with daemon task never finishes
2 participants