-
Notifications
You must be signed in to change notification settings - Fork 73
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: Support new status PREPARED
of session and kernel
#2848
feat: Support new status PREPARED
of session and kernel
#2848
Conversation
Your org requires the Graphite merge queue for merging into mainAdd the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 5.27% | 386/7319 |
🔴 | Branches | 4.56% | 229/5027 |
🔴 | Functions | 3.15% | 76/2414 |
🔴 | Lines | 5.18% | 371/7158 |
Test suite run success
109 tests passing in 14 suites.
Report generated by 🧪jest coverage report action from 7265dfb
PREPARED
of session and kernel
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.
LGTM
Merge activity
|
related to lablup/backend.ai#2647 We decided to add a new session and kernel status called 'PREPARED' to Backend.AI. This status indicates that the session is ready to be created and doesn't require any miscellaneous tasks such as pulling images. **Checklist:** (if applicable) - [ ] Mention to the original issue - [ ] Documentation - [x] Minimum required manager version: 24.12.0 - [ ] Specific setting for review (eg., KB link, endpoint or how to setup) - [ ] Minimum requirements to check during review - [ ] Test case(s) to demonstrate the difference of before/after
ae8dcb4
to
7265dfb
Compare
related to lablup/backend.ai#2647
We decided to add a new session and kernel status called 'PREPARED' to Backend.AI.
This status indicates that the session is ready to be created and doesn't require any miscellaneous tasks such as pulling images.
Checklist: (if applicable)