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

Add a test for ErrorAction.RETRY on execution nodes #156

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

akx
Copy link
Member

@akx akx commented Oct 7, 2024

Follows up on #154. It would work but not validate via the lint...

@akx akx requested review from a team, hylje and ruksi and removed request for a team October 7, 2024 14:35
Copy link
Member

@ruksi ruksi left a comment

Choose a reason for hiding this comment

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

well enumerated!

- name: process
step: process
type: execution
on-error: retry
Copy link
Member

Choose a reason for hiding this comment

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

☝️

@@ -10,7 +10,7 @@ properties:
type: string
on-error:
type: string
enum: ["stop-all", "stop-next", "continue"]
enum: ["stop-all", "stop-next", "continue", "retry"]
Copy link
Member

Choose a reason for hiding this comment

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

🍖

@ruksi ruksi merged commit 93c6ef9 into master Oct 8, 2024
6 checks passed
@ruksi ruksi deleted the exec-node-retry-error-spec branch October 8, 2024 06:30
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.

2 participants