-
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 arm multus and whereabouts manifests #1121
Open
mikhail-sakhnov
wants to merge
10
commits into
main
Choose a base branch
from
misha/network-settings-for-local-arm
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mikhail-sakhnov
force-pushed
the
misha/runner-arm-support
branch
from
October 22, 2024 17:02
46fd6aa
to
ecc2853
Compare
mikhail-sakhnov
force-pushed
the
misha/network-settings-for-local-arm
branch
from
October 22, 2024 17:03
953dd16
to
921f9ad
Compare
mikhail-sakhnov
force-pushed
the
misha/runner-arm-support
branch
from
October 24, 2024 13:57
ecc2853
to
8a7a20c
Compare
mikhail-sakhnov
force-pushed
the
misha/network-settings-for-local-arm
branch
4 times, most recently
from
October 30, 2024 23:27
b13ee03
to
2bbdeb6
Compare
No changes to the coverage.
HTML Report |
mikhail-sakhnov
force-pushed
the
misha/runner-arm-support
branch
from
October 31, 2024 00:54
8a7a20c
to
3d7f393
Compare
mikhail-sakhnov
force-pushed
the
misha/network-settings-for-local-arm
branch
from
October 31, 2024 00:56
2bbdeb6
to
67fec8e
Compare
mikhail-sakhnov
force-pushed
the
misha/runner-arm-support
branch
from
October 31, 2024 02:14
3d7f393
to
59ccc89
Compare
mikhail-sakhnov
force-pushed
the
misha/network-settings-for-local-arm
branch
from
October 31, 2024 02:14
67fec8e
to
ae84971
Compare
mikhail-sakhnov
force-pushed
the
misha/runner-arm-support
branch
4 times, most recently
from
December 2, 2024 10:56
281aa47
to
c68ad69
Compare
mikhail-sakhnov
force-pushed
the
misha/runner-arm-support
branch
6 times, most recently
from
December 10, 2024 10:48
a86445c
to
e03dc76
Compare
Add arm support to vm-builder without cross-compilation
Signed-off-by: Misha Sakhnov <[email protected]>
Signed-off-by: Misha Sakhnov <[email protected]>
Signed-off-by: Mikhail Sakhnov <[email protected]>
Use virtio-serial for kernel and init messages on arm since machine type virt has only one serial port by default Signed-off-by: Mikhail Sakhnov <[email protected]>
Signed-off-by: Mikhail Sakhnov <[email protected]>
mikhail-sakhnov
force-pushed
the
misha/runner-arm-support
branch
from
December 10, 2024 11:04
e03dc76
to
9bf6c24
Compare
mikhail-sakhnov
force-pushed
the
misha/network-settings-for-local-arm
branch
2 times, most recently
from
December 10, 2024 11:56
4f2e65c
to
8be9777
Compare
Signed-off-by: Misha Sakhnov <[email protected]>
mikhail-sakhnov
force-pushed
the
misha/network-settings-for-local-arm
branch
from
December 10, 2024 12:05
8be9777
to
9cbd3a7
Compare
mikhail-sakhnov
force-pushed
the
misha/runner-arm-support
branch
5 times, most recently
from
December 17, 2024 08:13
f9e7e75
to
acd5cf6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add manifests for mutlus supposed to be used on local k8s
Modify manifests targets in Makefile
It is separated from the #1119 because in general we don't require multus working unless we have livemigrations enabled.
Related to #1080