-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add functionality for pullthrough cache rule creation and URI patching #697
Conversation
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.
Thanks @GeorgesLorre, left some comments.
In general probably good to add docstrings with some information.
def _patch_uri(self, og_uri: str) -> str: | ||
uri, tag = og_uri.split(":") | ||
|
||
# force pullthrough cache to be used |
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 some more info on how this works? Eg. that it only pulls the manifest.
4f630e3
to
22791e4
Compare
coverage :( |
We could choose to exclude the Sagemaker compilation from coverage analysis since it's not testable. Depends on what you want our coverage metric to represent :) |
No description provided.