-
Notifications
You must be signed in to change notification settings - Fork 356
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
fix: Tensorboard broken on unified install [CM-578] #10080
Conversation
I think this was just missed in: #8700
✅ Deploy Preview for determined-ui canceled.
|
@@ -286,6 +286,10 @@ func (a *apiServer) LaunchTensorboard( | |||
if err != nil { | |||
return nil, err | |||
} | |||
|
|||
if launchReq.Spec.Base.ExtraEnvVars == 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.
curse go for the zero value of slices being usable but the zero value for maps not, haha.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10080 +/- ##
==========================================
- Coverage 54.39% 54.38% -0.02%
==========================================
Files 1268 1268
Lines 159317 159319 +2
Branches 3631 3631
==========================================
- Hits 86668 86651 -17
- Misses 72515 72534 +19
Partials 134 134
Flags with carried forward coverage won't be shown. Click here to find out more.
|
I think this was just missed in: #8700
Description
Test Plan