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

feat: Added onExit handlers to arbitrary templates #1716

Merged
merged 23 commits into from
Jan 10, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor bug
  • Loading branch information
simster7 committed Nov 6, 2019
commit ef752e87daa6819a22cd820b0b6591e357e96729
2 changes: 1 addition & 1 deletion workflow/controller/operator_test.go
Original file line number Diff line number Diff line change
@@ -1806,7 +1806,7 @@ func TestStepsOnExit(t *testing.T) {
woc.operate()
woc.operate()

wf, err = wfcset.Get(wf.ObjectMeta.Name, v1.GetOptions{})
wf, err = wfcset.Get(wf.ObjectMeta.Name, metav1.GetOptions{})
assert.Nil(t, err)
onExitNodeIsPresent := false
for _, node := range wf.Status.Nodes {