-
Notifications
You must be signed in to change notification settings - Fork 229
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
feat: persistent storage #1348
feat: persistent storage #1348
Conversation
}, | ||
} | ||
|
||
if cpu := b.service.Resources.CPU; cpu != nil { |
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.
I know this is basically identical to what is on master, but do we actually have a case where this can be nil
? Same question applies to memory below this. Thoughts @boz ?
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.
yeah, good point. even with gpu only workloads cpu is required
61fddbf
to
01837ac
Compare
1f08bcd
to
71dfa52
Compare
acff6d9
to
6b6c0fb
Compare
2cdfaca
to
540979d
Compare
What's going on with this one? |
83969c0
to
9f0e203
Compare
9f0e203
to
b3881e1
Compare
Signed-off-by: Artur Troian <troian.ap@gmail.com>
b3881e1
to
0e487ff
Compare
Parts
tests