[DNM] clh: Add a ci job for crio tests#2621
Conversation
|
/test-clh |
|
/test-clh-crio |
2 similar comments
|
/test-clh-crio |
|
/test-clh-crio |
|
/test-clh-k8s-containerd |
|
I see it is passing :D |
|
/test-clh-crio |
c995101 to
6901b34
Compare
|
/test-clh-crio |
6901b34 to
7735537
Compare
|
/test-clh-crio |
|
/test-clh-k8s-containerd |
7735537 to
8a1fa05
Compare
|
/test-clh-crio |
8a1fa05 to
1b2152f
Compare
|
/test-clh-crio |
|
/test-fc |
1b2152f to
6897c77
Compare
|
/test-fc |
|
/test-clh-crio |
6897c77 to
956394b
Compare
|
/test-clh-crio |
|
/test-fc |
5ca7be7 to
7e63afb
Compare
|
/test-clh-crio |
1 similar comment
|
/test-clh-crio |
5efed90 to
0307f17
Compare
|
/test-clh-crio |
|
By enabling the block device unplug (kata-containers/runtime#2833), the cri-o integration tests are now passing quite many tests (at least the first 22 tests as shown here). The failing test is |
Nice! I see you made some interesting progress on this issue. Basically, the CRI-O tests don't really match the standard usage of Cloud-Hypervisor with Kata Containers since most of the time virtio-fs is involved for adding and removing a container's rootfs.
I would try to understand what's going on with the test /cc @sameo |
0307f17 to
bff03dc
Compare
|
/test-clh-crio |
bff03dc to
204cd66
Compare
|
/test-clh-crio |
This patch separates the k8s tests using containerd from the main CI job
of cloud-hypervisor ("CLOUD-HYPERVISOR") into a dedicated Jenkins
job. It provides better modularity and maintainability, especially for
adding a new Jenkins job to run k8s tests with cri-o.
Signed-off-by: Bo Chen <chen.bo@intel.com>
This patch extends the existing scripts to cover a new Jenkins job on testing k8s with crio for cloud-hypervisor. Fixes: kata-containers#2546 Signed-off-by: Bo Chen <chen.bo@intel.com>
Skipped test: "privileged ctr device add" Signed-off-by: Bo Chen <chen.bo@intel.com>
|
Adding dnm label (as opposed to in-title) |
|
@likebreath - is this PR still needed? If so, please can you rebase as it's conflicted. |
This patch extends the existing scripts to cover a new Jenkins job on
testing k8s with crio for cloud-hypervisor.
Fixes: #2546
Depends-on: github.com/kata-containers/runtime#2833