-
Notifications
You must be signed in to change notification settings - Fork 21
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
neonvm: Add new neonvm-daemon binary skeleton #1090
Conversation
Fixed CI. Let's merge it and I use it in the #1082 |
1551aa2
to
2dbf278
Compare
2dbf278
to
ed15dc0
Compare
b0d9d5d
to
836094e
Compare
59de31c
to
0524ce1
Compare
@sharnoff I resolved highlighted issues, dropped neonvmd mentions from the build-image, kept it only in the build-test-vm workflow. neonvmd doesn't use go-chef anymore. I also moved |
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.
Some comments, otherwise LGTM. I can't approve this since it's originally my PR, but you should be able to approve & merge it yourself 😄
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! (with all comments resolved)
e8cd908
to
1e3c8a8
Compare
Extracted the minimal version from a PR, because it's clear that this daemon is required in multiple places, and we don't know which PR will merge first.
Signed-off-by: Misha Sakhnov <[email protected]>
Signed-off-by: Misha Sakhnov <[email protected]>
…to prevent having the race in CI Signed-off-by: Misha Sakhnov <[email protected]>
Co-authored-by: Em Sharnoff <[email protected]>
… races with build-images workflow Signed-off-by: Misha Sakhnov <[email protected]>
… flatten structure Signed-off-by: Misha Sakhnov <[email protected]>
1e3c8a8
to
b1fb1b0
Compare
Merging this branch will not change overall coverage
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. HTML Report |
Probably an inadvertent merge conflict between #1090 and #989 meaning we accidentally weren't using go-chef for neonvm-daemon. Noticed this while developing locally and saw that it was re-downloading all of the dependencies for neonvm-daemon every time, even though I was making changes in the scheduler and the dependencies hadn't changed.
Probably an inadvertent merge conflict between #1090 and #989 meaning we accidentally weren't using go-chef for neonvm-daemon. Noticed this while developing locally and saw that it was re-downloading all of the dependencies for neonvm-daemon every time, even though I was making changes in the scheduler and the dependencies hadn't changed.
Probably an inadvertent merge conflict between #1090 and #989 meaning we accidentally weren't using go-chef for neonvm-daemon. Noticed this while working on #1163 locally and saw that it was re-downloading all of the dependencies for neonvm-daemon every time, even though I was making changes in the scheduler and the dependencies hadn't changed.
Extracted the minimal version from #1052, because it's clear that this daemon is required in multiple places, and we don't know which PR will merge first.
Notes: Not expected to pass CI! (images won't be in the right place). Haven't tested it since extracting from #1052.
cc @mikhail-sakhnov, as discussed :)