-
Notifications
You must be signed in to change notification settings - Fork 671
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
[Feature] Refactor distributed job using common ReplicaSpec #5355
[Feature] Refactor distributed job using common ReplicaSpec #5355
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5355 +/- ##
==========================================
- Coverage 61.10% 61.09% -0.02%
==========================================
Files 793 793
Lines 51164 51182 +18
==========================================
+ Hits 31265 31270 +5
- Misses 17027 17040 +13
Partials 2872 2872
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
7051883
to
81bceca
Compare
81bceca
to
946ca70
Compare
Resolves: flyteorg#4408 Signed-off-by: Chi-Sheng Liu <[email protected]>
Resolves: flyteorg#4408 Signed-off-by: Chi-Sheng Liu <[email protected]>
…uf changes Resolves: flyteorg#4408 Signed-off-by: Chi-Sheng Liu <[email protected]>
946ca70
to
b10a69e
Compare
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.
Thank you for maintaining backwards compatibility.
…#5355) * feat(proto): Define CommonReplicaSpec in common.proto Resolves: flyteorg#4408 Signed-off-by: Chi-Sheng Liu <[email protected]> * chore(proto): Generate new clients corresponding to proto changes Resolves: flyteorg#4408 Signed-off-by: Chi-Sheng Liu <[email protected]> * feat(replica-spec): Update corresponding golang files based on protobuf changes Resolves: flyteorg#4408 Signed-off-by: Chi-Sheng Liu <[email protected]> --------- Signed-off-by: Chi-Sheng Liu <[email protected]>
Tracking issue
Closes #4408
Why are the changes needed?
See the description of the issue.
What changes were proposed in this pull request?
CommonReplicaSpec
incommon.proto
XXXReplicaSpec
, embedCommonReplicaSpec
and delete all the fields that are declared inCommonReplicaSpec
How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
flyteorg/flytekit#2424
Docs link