Conversation
msaroufim
approved these changes
Feb 26, 2026
Member
There was a problem hiding this comment.
alright let's try this out - you'll still need to update things using the northflank url - feel free to message on kernelbot channel for credentials if you can't find them in the UI but you want the prod public URL and admin username and password
Unit test in CI is failing with some DB error though
Collaborator
Author
|
seems like it does not like concurrently |
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
add index for fast leaderboard query for active ranking.
This should works well with query https://github.com/gpu-mode/kernelboard/blob/main/kernelboard/api/leaderboard_summaries.py#L63
partial idx for runs
Notice we have partial idx for runs, it still works for additional condition
Adding MORE conditions → Partial index still works
But it won't works for less partial index
for rankings, we always query as
WHERE NOT secret AND score IS NOT NULL AND passed. Make this specific can make things faster that non-partial one