-
Notifications
You must be signed in to change notification settings - Fork 135
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
[YUNIKORN-1861] add omitempty #647
Conversation
go.mod
Outdated
github.com/apache/yunikorn-core v0.0.0-20230801161208-759e14da2966 | ||
github.com/apache/yunikorn-scheduler-interface v0.0.0-20230731151735-8931af4dda26 |
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.
@FrankYang0529 could you update this to the latest core/SI?
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.
Hi @pbacsko, thanks for the review. The error in e2e test needs to update yunikorn-core. I will send a PR to yunikorn-core first and then back to update to the latest version here.
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.
Wait for PR apache/yunikorn-core#616.
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.
Updated it. All admission e2e tests can pass on my laptop.
Codecov Report
@@ Coverage Diff @@
## master #647 +/- ##
=======================================
Coverage 71.33% 71.33%
=======================================
Files 51 51
Lines 8104 8104
=======================================
Hits 5781 5781
Misses 2127 2127
Partials 196 196 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I merged apache/yunikorn-core#616. |
Signed-off-by: Frank Yang <[email protected]>
Signed-off-by: Frank Yang <[email protected]>
ae194da
to
e5fa564
Compare
What is this PR for?
Add
omitempty
to DAO objects in k8shim.What type of PR is it?
Todos
What is the Jira issue?
https://issues.apache.org/jira/browse/YUNIKORN-1861
How should this be tested?
Screenshots (if appropriate)
Questions: