-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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: allow workflow.failures
variable in exit hooks. Fixes #12789
#13492
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: eduardodbr <[email protected]>
Signed-off-by: eduardodbr <[email protected]>
Signed-off-by: eduardodbr <[email protected]>
Signed-off-by: eduardodbr <[email protected]>
Signed-off-by: Bo0km4n <[email protected]>
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.
It looks like you resolved #12798 (comment) but not #12798 (comment)
Also if you're directly quoting the previous PR in the description, please do use block quotes >
for proper attribution. I added a few, but am on my phone so didn't get to all without a proper keyboard
workflow.failures
variable in exit hooks. Fixes #12789
@agilgur5
The above discussion is not yet complete, and just fixing the tests is not sufficient, is it? |
Hi @Bo0km4n
|
You'd have to resolve the comments in that discussion as well. I'll let Tianchu take lead on this as my hands are more than full 😅 |
|
||
var workflowTemplateFailuresExitHook = ` | ||
apiVersion: argoproj.io/v1alpha1 | ||
kind: WorkflowTemplate |
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.
I think you misunderstood #12798 (comment). It needs a test against a template level hook, not an equivalent WorkflowTemplate
This PR has been automatically marked as stale because it has not had recent activity and needs further changes. It will be closed if no further activity occurs. |
Updated version of Original PR #12798