-
Notifications
You must be signed in to change notification settings - Fork 113
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(UI): Using limit instead of request to calculate usage percentage, fixes #1784 #1947
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Samhith Kakarla <[email protected]>
…aproj#1895) Signed-off-by: Derek Wang <[email protected]>
Signed-off-by: Vigith Maurice <[email protected]> Signed-off-by: Derek Wang <[email protected]> Signed-off-by: Yashash H L <[email protected]> Co-authored-by: Derek Wang <[email protected]> Co-authored-by: Yashash H L <[email protected]>
Signed-off-by: Vigith Maurice <[email protected]>
Signed-off-by: Yashash H L <[email protected]> Signed-off-by: Vigith Maurice <[email protected]> Co-authored-by: Vigith Maurice <[email protected]>
Signed-off-by: Derek Wang <[email protected]>
Signed-off-by: Vigith Maurice <[email protected]>
Signed-off-by: Derek Wang <[email protected]>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…oj#1904) Signed-off-by: Vigith Maurice <[email protected]> Signed-off-by: Yashash H L <[email protected]> Signed-off-by: Sidhant Kohli <[email protected]> Co-authored-by: Yashash H L <[email protected]> Co-authored-by: Sidhant Kohli <[email protected]>
Signed-off-by: Vigith Maurice <[email protected]>
…1918) Signed-off-by: Sidhant Kohli <[email protected]> Signed-off-by: Vigith Maurice <[email protected]> Co-authored-by: Vigith Maurice <[email protected]>
Signed-off-by: Yashash H L <[email protected]> Signed-off-by: Vigith Maurice <[email protected]> Co-authored-by: Vigith Maurice <[email protected]>
Signed-off-by: Vigith Maurice <[email protected]>
Signed-off-by: Vigith Maurice <[email protected]> Signed-off-by: Yashash H L <[email protected]> Co-authored-by: Vigith Maurice <[email protected]>
Signed-off-by: Matt Warner <[email protected]>
Signed-off-by: Vigith Maurice <[email protected]>
Signed-off-by: Yashash H L <[email protected]> Signed-off-by: Vigith Maurice <[email protected]> Co-authored-by: Vigith Maurice <[email protected]>
Signed-off-by: Keran Yang <[email protected]> Signed-off-by: Yashash H L <[email protected]> Co-authored-by: Yashash H L <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
Signed-off-by: Yashash H L <[email protected]> Signed-off-by: Vigith Maurice <[email protected]> Co-authored-by: Vigith Maurice <[email protected]>
Signed-off-by: Saniya Kalamkar <[email protected]>
Signed-off-by: Saniya Kalamkar <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1947 +/- ##
==========================================
+ Coverage 57.93% 58.18% +0.24%
==========================================
Files 402 402
Lines 28001 28061 +60
==========================================
+ Hits 16223 16326 +103
+ Misses 10847 10799 -48
- Partials 931 936 +5 ☔ View full report in Codecov by Sentry. |
perhaps rebase? |
Hey @SaniyaKalamkar, Yashash and I just made changes to our e2e tests and committed to the main. If you continue working on your branch, you might see some un-expected e2e testing failures. To fix them, please rebase. Thanks! |
Fixes #1784. used cpu/memory limit instead of cpu/memory request to calculate usage percentages.