Closed bpradipt closed 3 years ago
/test-ubuntu
/test-vfio
/test-ubuntu
/test-vfio
/test-vfio
The vfio test failure is unrelated and looks like this is the cause /usr/bin/cloud-hypervisor does not exist
.
@dgibson @jodh-intel can you please take a look at this PR. I have incorporated all the changes. Post your review I can start working on forward porting the hugepages changes to 2.x. Thanks
I have some questions still, from https://github.com/kata-containers/runtime/issues/2353#issuecomment-757059874
I’m okay with adding support, but I think it should be behind a feature gate, since I think this may cause issues in Kube (our memory overhead will consume a lot of the pages).
I have some questions still, from kata-containers/runtime#2353 (comment)
I’m okay with adding support, but I think it should be behind a feature gate, since I think this may cause issues in Kube (our memory overhead will consume a lot of the pages).
Sorry @egernst, I completely missed it. I have posted few questions and let's discuss to arrive at a consensus.
/test-vfio
/test-vfio
hold on please, the CI didn't run
I'm investigating the issue
INFO: No forcing label found
Short circuit fast path skipping the rest of the CI.
@bpradipt - I see you want to merge this in master
bpradipt wants to merge 1 commit into kata-containers:master
is that correct?
@bpradipt - I see you want to merge this in master
bpradipt wants to merge 1 commit into kata-containers:master
is that correct?
This is for kata-containers/agent master (1.x)
CI is buggy, no changes were detected :disappointed:
+ info 'Checking for any changed files that will prevent CI fastpath return'
+ echo -e 'INFO: Checking for any changed files that will prevent CI fastpath return'
INFO: Checking for any changed files that will prevent CI fastpath return
++ can_we_skip
++ '[' '' = true ']'
+++ get_pr_changed_file_details_full
+++ local filters=
+++ filters+=A
+++ filters+=C
+++ filters+=M
+++ filters+=R
+++ filters+=UX
+++ git diff-tree -r --name-status --diff-filter=ACMRUX origin/master HEAD
++ filenames=
+++ echo ''
+++ awk '{print $NF}'
++ filenames=
++ '[' -z '' ']'
++ local_info 'No files found'
++ msg='No files found'
++ info 'No files found'
++ echo -e 'INFO: No files found'
INFO: No files found
/test-ubuntu /test-vfio
/test-ubuntu
On a side note, I decided to take a look at the jenkins-ci-ubuntu-18-04 and it's building the rust agent. Why? Oo
Fixes: #871
Signed-off-by: Pradipta Banerjee pradipta.banerjee@gmail.com