-
Notifications
You must be signed in to change notification settings - Fork 196
guest-component depds: Install clang and devmapper libs #5751
Conversation
5424aca
to
83ae10e
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.
lgtm
/test |
/test-tdx |
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.
@surajssd The host system of tdx-ci is CentOS Stream 8
. Maybe you can support to install dependencies on Centos?
83ae10e
to
d94ae34
Compare
/test |
@surajssd I have tested your pr to add |
d94ae34
to
ff3d631
Compare
@ChengyuZhu6 done! |
@surajssd Suggest a minor change to filename |
clang & devmapper libs Fixes: kata-containers#5750 Signed-off-by: Suraj Deshmukh <suraj.deshmukh@microsoft.com>
ff3d631
to
c26fd38
Compare
@ChengyuZhu6 done! |
/test-tdx |
/test-fedora |
It looks like the SEV tests are passing, but the cleanup is failing:
|
@ChengyuZhu6 - do you have permission to check the TDX logs and see what's going wrong here, or do we need to ask Arron, or Fabiano? |
Steve you missed this:
|
Yeah, sorry - I looked at multiple runs I re-queued. test 3 (which is still a known flake?) failed on one of them, but passed on the other two (http://jenkins.katacontainers.io/job/tests-CCv0-ubuntu-20.04_sev-x86_64-CC_SEV_CRI_CONTAINERD_K8S-PR/524/consoleFull is the one I copied the content from), so I don't think this is causing that. Sorry for the lack of clarity! |
Let me take a look. |
The reason tdx-qemu test failed was network timed out:
The reason tdx-clh test failed was build timed out of containerd :
Sorry for that. I have retest these two tests. |
tdx cloud hypervisor passed but it seems it was not updated here: http://10.112.240.228:8080/job/tests-CCv0-cloud-hypervisor-TDX-CRI_CONTAINERD_K8S-PR/592 |
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, thanks @surajssd !
Fourth time lucky on re-queing the SEV tests \o/. We're just waiting for SNP tests now, which seem to have issues on with the node on Jenkins, which I've raised in #kata-ci, so hopefully will be looked at soon. |
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. Thanks!
Fixes: #5750