-
Notifications
You must be signed in to change notification settings - Fork 297
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
Container Image should be an input into computing the task version #2194
Conversation
Signed-off-by: Kevin Su <pingsutw@gmail.com>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2194 +/- ##
==========================================
+ Coverage 80.43% 85.53% +5.09%
==========================================
Files 176 309 +133
Lines 17178 23460 +6282
Branches 3545 3630 +85
==========================================
+ Hits 13817 20066 +6249
- Misses 2732 2752 +20
- Partials 629 642 +13 ☔ View full report in Codecov by Sentry. |
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.
Can you add a few tests?
Signed-off-by: Kevin Su <pingsutw@gmail.com>
done |
…2194) Signed-off-by: Kevin Su <pingsutw@gmail.com> Signed-off-by: Jan Fiedler <jan@union.ai>
Tracking issue
flyteorg/flyte#4904
Why are the changes needed?
Failed to register a workflow if users update the dependencies in the requirement.txt in the imageSpec.
What changes were proposed in this pull request?
hash should be calculated from the image spec and workflow file
How was this patch tested?
pyflyte run
Setup process
Screenshots
Check all the applicable boxes
Related PRs
NA
Docs link
NA