-
Notifications
You must be signed in to change notification settings - Fork 53
Conversation
Signed-off-by: Katrina Rogan <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #178 +/- ##
==========================================
+ Coverage 61.48% 61.55% +0.06%
==========================================
Files 132 132
Lines 7260 7291 +31
==========================================
+ Hits 4464 4488 +24
- Misses 2367 2371 +4
- Partials 429 432 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Signed-off-by: Katrina Rogan <[email protected]>
} | ||
} else { | ||
} else if task.TaskTypeVersion == 1 { |
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.
should we split the version handling into functions? this will get very confusing otherwise?
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.
and lets add when is the version active until?
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.
@kumare3 done
Signed-off-by: Katrina Rogan <[email protected]>
Signed-off-by: Katrina Rogan [email protected]
TL;DR
This allows for richer customization of PodSpecs for Pod tasks
Type
Are all requirements met?
Complete description
How did you fix the bug, make the feature etc. Link to any design docs etc
Tracking Issue
flyteorg/flyte#1050
Follow-up issue
NA