-
Notifications
You must be signed in to change notification settings - Fork 20
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(xid): simplify xid component #321
base: main
Are you sure you want to change the base?
Conversation
18dac48
to
2310b28
Compare
cc5d178
to
a75939e
Compare
4cb7df8
to
aa900f3
Compare
c.f., #321 Signed-off-by: Gyuho Lee <[email protected]>
c5c0ae7
to
9e03f54
Compare
f4a90c6
to
1ab7366
Compare
148e6fb
to
684d011
Compare
b5ece5b
to
7ee6b83
Compare
…ractor (#333) For #321. --------- Signed-off-by: Gyuho Lee <[email protected]>
Signed-off-by: cardyok <[email protected]>
Signed-off-by: cardyok <[email protected]>
Signed-off-by: cardyok <[email protected]>
Signed-off-by: cardyok <[email protected]>
Signed-off-by: cardyok <[email protected]>
Signed-off-by: cardyok <[email protected]>
Also need to use this events DB in: gpud/components/accelerator/nvidia/query/nvml/xid.go Lines 179 to 190 in 02d1814
(this PR only covers dmesg ones, we also need the ones from NVML) TODO: need to deprecate old xid matcher: gpud/internal/server/server.go Lines 332 to 390 in 02d1814
|
Discussed offline, we will do NVML in a separate PR |
return fmt.Errorf("failed to marshal extra info: %w", err) | ||
} | ||
} | ||
if ev.SuggestedActions != 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.
nice catch
let us improve the test coverage to make the CI green. |
No description provided.