-
Notifications
You must be signed in to change notification settings - Fork 196
Introduce min runner version to selection #3505
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3505 +/- ##
===================================================
+ Coverage 30.55685% 30.60820% +0.05135%
===================================================
Files 151 152 +1
Lines 45237 45429 +192
===================================================
+ Hits 13823 13905 +82
- Misses 30605 30706 +101
- Partials 809 818 +9
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
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.
I reviewed mostly the ai/worker
part which I have more context on and LGTM. I'll defer the rest to someone else that could be available to review or I can focus again on this after the multistream GPU work.
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
Added some in line comments. Would like to look at once more tomorrow Couple questions:
|
Thanks for review @ad-astra-video
Yes
Yes. Technically it's possible to happen, but super low chances. So, let's maybe leave it as it is. If we start seeing it, then we may introduce some periodic checks. |
@leszko I reviewed with some minor updates suggestions in line
|
Thanks Brad. I'll re-test it again myself and merge the PR! |
Add
-aiMinRunnerVersion
which allows to specify the minimum runner version. E.g.This configuration will accept only Orchestrators that report Runner version
0.0.2
or higher.This works only for warm containers.
This PR is needed when we start introducing public Orchestrators.