-
Notifications
You must be signed in to change notification settings - Fork 75
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(FR-472): empty resource preset in service launcher #3113
fix(FR-472): empty resource preset in service launcher #3113
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
2ea022d
to
dd7faf6
Compare
507fab3
to
0961710
Compare
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
|
0961710
to
59d4cf5
Compare
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 4.69% | 400/8534 |
🔴 | Branches | 4.06% | 239/5886 |
🔴 | Functions | 2.84% | 78/2747 |
🔴 | Lines | 4.61% | 385/8351 |
Test suite run success
124 tests passing in 14 suites.
Report generated by 🧪jest coverage report action from 59d4cf5
resolves #3114 (FR-472)
Adds
allocationPreset
parameter with default value of 'auto-select' to the service launcher configuration, enabling automatic resource allocation for new service instances.