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

POC Piped v1 planner with plugin deployment interface #5111

Merged
merged 13 commits into from
Aug 6, 2024

Conversation

khanhtc1202
Copy link
Member

What this PR does / why we need it:

Which issue(s) this PR fixes:

Part of #4980

Does this PR introduce a user-facing change?:

  • How are users affected by this change:
  • Is this breaking change:
  • How to migrate (if breaking change):

Copy link

codecov bot commented Aug 5, 2024

Codecov Report

Attention: Patch coverage is 17.67677% with 326 lines in your changes missing coverage. Please review.

Project coverage is 22.78%. Comparing base (f5dcaa4) to head (cfc17e8).

Files Patch % Lines
pkg/app/pipedv1/controller/planner.go 16.98% 303 Missing and 5 partials ⚠️
pkg/app/pipedv1/controller/scheduler.go 0.00% 16 Missing ⚠️
pkg/app/pipedv1/controller/controller.go 0.00% 1 Missing ⚠️
pkg/app/pipedv1/deploysource/deploysource.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5111      +/-   ##
==========================================
- Coverage   22.82%   22.78%   -0.05%     
==========================================
  Files         409      409              
  Lines       43343    43720     +377     
==========================================
+ Hits         9895     9961      +66     
- Misses      32670    32975     +305     
- Partials      778      784       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: khanhtc1202 <[email protected]>
@@ -223,6 +223,7 @@ type PipelineStage struct {
Name model.Stage
Desc string
Timeout Duration
With json.RawMessage
Copy link
Member Author

Choose a reason for hiding this comment

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

Only this part is the only change that not under the pipedv1 directory. This is for packing stage configuration (not unmarshall) and pass it as is to the plugin.

Copy link
Contributor

@Warashi Warashi left a comment

Choose a reason for hiding this comment

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

Thank you

@khanhtc1202 khanhtc1202 enabled auto-merge (squash) August 6, 2024 02:10
@khanhtc1202 khanhtc1202 merged commit b8bdedc into master Aug 6, 2024
16 of 18 checks passed
@khanhtc1202 khanhtc1202 deleted the poc-pipedv1-planner branch August 6, 2024 02:16
@github-actions github-actions bot mentioned this pull request Aug 15, 2024
@github-actions github-actions bot mentioned this pull request Aug 26, 2024
This was referenced Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants