-
Notifications
You must be signed in to change notification settings - Fork 157
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
[WAIT,SDK] Implemented Wait stage with SDK #5586
Conversation
Signed-off-by: t-kikuc <[email protected]>
Signed-off-by: t-kikuc <[email protected]>
…n/wait-use-sdk
Signed-off-by: t-kikuc <[email protected]>
Signed-off-by: t-kikuc <[email protected]>
Signed-off-by: t-kikuc <[email protected]>
Signed-off-by: t-kikuc <[email protected]>
Signed-off-by: t-kikuc <[email protected]>
Signed-off-by: t-kikuc <[email protected]>
Signed-off-by: t-kikuc <[email protected]>
Signed-off-by: t-kikuc <[email protected]>
Signed-off-by: t-kikuc <[email protected]>
Signed-off-by: t-kikuc <[email protected]>
Signed-off-by: t-kikuc <[email protected]>
Signed-off-by: t-kikuc <[email protected]>
Signed-off-by: t-kikuc <[email protected]>
Signed-off-by: t-kikuc <[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.
👍
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5586 +/- ##
==========================================
+ Coverage 26.24% 26.27% +0.02%
==========================================
Files 471 470 -1
Lines 50421 50353 -68
==========================================
- Hits 13235 13228 -7
+ Misses 36125 36065 -60
+ Partials 1061 1060 -1 ☔ View full report in Codecov by Sentry. |
// b, err := json.Marshal(stage) | ||
// if err != nil { | ||
// return nil, false | ||
// } | ||
// return b, true |
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.
📝
We should remove these lines in another PR
What this PR does:
PipelineStage.With
in schedulerWhy we need it:
it's simpler to use SDK for stage plugins
Which issue(s) this PR fixes:
Part of #5367
Does this PR introduce a user-facing change?: