-
Notifications
You must be signed in to change notification settings - Fork 374
jenkins-ci-ARM-ubuntu-18-04 cannot pass unit test #1287
Comments
@Pennyzct Maybe you can look at this issue. |
@teawater Sorry for the delay, got sidetracked. thanks for the notification, and I'm working on this. :) |
Since arch-specific func getExpectedHostDetails holds undefined struct field SupportVSocks on arm64, unit test TestEnvGetEnvInfoSetsCPUType, TestEnvGetHostInfo and so on failed. Fixes: kata-containers#1287 Signed-off-by: Penny Zheng <[email protected]>
Since arch-specific func getExpectedHostDetails holds undefined struct field SupportVSocks on arm64, unit test TestEnvGetEnvInfoSetsCPUType, TestEnvGetHostInfo and so on failed. I'm trying to use generic func genericgetExpectedHostDetails on arm64 to avoid similar issues. Fixes: kata-containers#1287 Signed-off-by: Penny Zheng <[email protected]>
Now it failed in another place:
|
@teawater I'm not sure why and where at the first place |
Ooh, occasionally we have had a PR that tried to do some enhancements with host side device mappings into the guests, or guest /dev/ cleanup, and that has iirc resulted in some host /dev being removed.... which is not a big problem for the one-shot cloud CI instances, but would be for the bare metal machines! n.b. for the metrics CI this may not be such a big issue, as we have a Jenkins task that tries to reboot the machine after every PR build - so we may not have noticed it on the metrics CI slave. |
#1281 http://jenkins.katacontainers.io/job/kata-containers-runtime-ARM-18.04-PR/180/consoleText
Also meet in:
#1286
http://jenkins.katacontainers.io/job/kata-containers-runtime-ARM-18.04-PR/181/consoleText
The text was updated successfully, but these errors were encountered: