-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 adding new scheduling mode to dynamic-scheduler ⚠️ #6889
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
🎨 adding new scheduling mode to dynamic-scheduler ⚠️ #6889
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6889 +/- ##
==========================================
+ Coverage 88.32% 88.34% +0.01%
==========================================
Files 1553 1547 -6
Lines 61193 61022 -171
Branches 2095 2095
==========================================
- Hits 54050 53907 -143
+ Misses 6812 6783 -29
- Partials 331 332 +1
Continue to review full report in Codecov by Sentry.
|
pcrespov
left a comment
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.
thx
services/dynamic-scheduler/tests/unit/api_rpc/test_api_rpc__services.py
Outdated
Show resolved
Hide resolved
…-scheduler-scheduling-options
|



devops⚠️
DYNAMIC_SCHEDULER_USE_INTERNAL_SCHEDULERWhat do these changes do?
Currently scheduling of new style dynamic-services is done using the director-v2's scheduler.
Since this is planed to change in the near future. Adding the possibility to switch between schedulers.
Related issue/s
How to test
Dev-ops checklist