-
Notifications
You must be signed in to change notification settings - Fork 374
Conversation
/test |
aeea5ca
to
ed4c554
Compare
/test |
There're still some error left 😄
|
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
/cc @Pennyzct.
Got following error: /home/jenkins/workspace/kata-containers-runtime-ARM-18.04-PR/go/src/github.com/kata-containers/runtime/virtcontainers/utils cli/kata-check_arm64.go:129:9:warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint) cli/kata-check_test.go:141:113:warning: undeclared name: TestDataa (unused) cli/kata-check_test.go:141:113:warning: unused variable or constant undeclared name: TestDataa (varcheck) virtcontainers/qemu_arm64_test.go:43:23:warning: unused variable or constant undeclared name: virt (varcheck) virtcontainers/qemu_arm64_test.go:50:11:warning: unused variable or constant undeclared name: defaultMemSlots (varcheck) virtcontainers/qemu_arm64_test.go:54:40:warning: unused variable or constant too few arguments in call to arm64.memoryTopology (varcheck) virtcontainers/qemu_arm64_test.go:29:23:warning: unused variable or constant undeclared name: virt (varcheck) cli/kata-check_test.go:141:113:warning: undeclared name: TestDataa (staticcheck) virtcontainers/qemu_arm64_test.go:43:23:warning: unused struct field undeclared name: virt (structcheck) virtcontainers/qemu_arm64_test.go:50:11:warning: unused struct field undeclared name: defaultMemSlots (structcheck) virtcontainers/qemu_arm64_test.go:54:40:warning: unused struct field too few arguments in call to arm64.memoryTopology (structcheck) virtcontainers/qemu_arm64_test.go:29:23:warning: unused struct field undeclared name: virt (structcheck) cli/kata-check_test.go:141:113:warning: unused struct field undeclared name: TestDataa (structcheck) Build step 'Execute shell' marked build as failure And: /home/jenkins/workspace/kata-containers-runtime-ARM-18.04-PR/go/src/github.com/kata-containers/runtime/virtcontainers/utils virtcontainers/qemu_arm64_test.go:52:11:warning: unused variable or constant undeclared name: defaultMemSlots (varcheck) virtcontainers/qemu_arm64_test.go:56:40:warning: unused variable or constant too few arguments in call to arm64.memoryTopology (varcheck) virtcontainers/qemu_arm64_test.go:52:11:warning: unused struct field undeclared name: defaultMemSlots (structcheck) virtcontainers/qemu_arm64_test.go:56:40:warning: unused struct field too few arguments in call to arm64.memoryTopology (structcheck) virtcontainers/qemu_arm64_test.go:52:11:warning: undeclared name: defaultMemSlots (unused) virtcontainers/qemu_arm64_test.go:52:11:warning: undeclared name: defaultMemSlots (staticcheck) Build step 'Execute shell' marked build as failure Fixes: kata-containers#1206 Signed-off-by: Hui Zhu <[email protected]>
#1218, #1202 and this one try to address the same issue. |
The struct |
Fine with me. If you can make the ARM CI pass entirely with #1202, I'll approve it right away. We can't have 3 different PRs for the same issue, from 3 different people. We want ARM to be a first class citizen for Kata so we need the CI to be fixed. Also, we must not merge a PR if the ARM CI fails. |
@sameo I am OK with this idea. |
Got following error:
Fixes: #1206
Signed-off-by: Hui Zhu [email protected]