-
Notifications
You must be signed in to change notification settings - Fork 12
NOISSUE - Set env automatically #355
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 @@
## main #355 +/- ##
==========================================
- Coverage 62.28% 61.13% -1.16%
==========================================
Files 54 54
Lines 4261 4371 +110
==========================================
+ Hits 2654 2672 +18
- Misses 1344 1419 +75
- Partials 263 280 +17 ☔ View full report in Codecov by Sentry. |
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.
Please add instructions for running with this architecture.
22f7730
to
fed92b7
Compare
@SammyOina please fix rebase, you have agent/cvm [introduced in this PR, cocos-344-c] and agent/cvms [was merged to main from cocos-344-a]. |
Signed-off-by: Sammy Oina <sammyoina@gmail.com>
Signed-off-by: Sammy Oina <sammyoina@gmail.com>
Signed-off-by: Sammy Oina <sammyoina@gmail.com>
Signed-off-by: Sammy Oina <sammyoina@gmail.com>
Signed-off-by: Sammy Oina <sammyoina@gmail.com>
Signed-off-by: Sammy Oina <sammyoina@gmail.com>
Signed-off-by: Sammy Oina <sammyoina@gmail.com>
Signed-off-by: Sammy Oina <sammyoina@gmail.com>
74144b5
to
133ba2f
Compare
Signed-off-by: Sammy Oina <sammyoina@gmail.com>
What type of PR is this?
What does this do?
New Features
Configuration Changes
Bug Fixes
Refactor
Which issue(s) does this PR fix/relate to?
Have you included tests for your changes?
Did you document any new/modified feature?
Notes
manager creates vms and is a grpc server. CLI can be used as a client for manager to create and remove vms
when a vm is launched, agent will start inside the vm, agent constains the cvms grpc client which connects to the cloud cvms service/ test/cvms. once cvms client on agent connects to cloud, it is ready to receive run requests and start agent sever. once agent server starts algo and data sets can be sent and results can then be received.