-
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-runner: arm support #1119
Conversation
No changes to the coverage.
HTML Report |
e5a9046
to
111e19c
Compare
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.
Looks good, AFAICT
111e19c
to
853186d
Compare
ecc2853
to
8a7a20c
Compare
ed64800
to
629281d
Compare
3d7f393
to
59ccc89
Compare
629281d
to
6fb99e4
Compare
905c042
to
281aa47
Compare
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.
Looking good!
Perhaps, PR should be named something like "enable e2e tests on arm", with multiple commits, 1 per each component?
@Omrigan I am hesitant towards that title, because the PR does what it says - enables vm-runner to run ARM vms. There is one test modified to reflect that change. Plus there actually separate issue and PR about e2e tests on ARM. |
281aa47
to
c68ad69
Compare
c68ad69
to
a67498c
Compare
c82d27a
to
1abd54a
Compare
a67498c
to
52ff187
Compare
c63ada8
to
f4dce7b
Compare
487d6a4
to
a86445c
Compare
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.
Left a few comments. I may have some follow-up questions pending the outcome of the runtime.GOARCH
one, but should be nothing major -- broadly looks good
a2d3587
to
5bee7bc
Compare
e03dc76
to
9bf6c24
Compare
2e712d7
to
f9e7e75
Compare
Signed-off-by: Misha Sakhnov <misha@neon.tech>
Signed-off-by: Mikhail Sakhnov <mikhail@skhnv.me>
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 <mikhail@skhnv.me>
Signed-off-by: Mikhail Sakhnov <mikhail@skhnv.me>
Replace if-else statements with switch statements with default panic case while handling cfg.architecture Signed-off-by: Mikhail Sakhnov <mikhail@skhnv.me>
f9e7e75
to
acd5cf6
Compare
Modify qemu arguments to run VM on arm machine
#1080