kata-containers / runtime

Kata Containers version 1.x runtime (for version 2.x see https://github.com/kata-containers/kata-containers).
https://katacontainers.io/
Apache License 2.0
2.1k stars 376 forks source link

config: Use vanilla kernel and qemu for virtiofs. #3122

Closed jcvenegas closed 3 years ago

jcvenegas commented 3 years ago

Make default the usage of virtiofs with vanilla builds.

Depends-on: github.com/kata-containers/tests#3173 Depends-on: github.com/kata-containers/packaging#1190

Fixes: #3083

Signed-off-by: Carlos Venegas jos.c.venegas.munoz@intel.com

jcvenegas commented 3 years ago

/test-clh

jcvenegas commented 3 years ago

/test-clh

likebreath commented 3 years ago

/test-clh /test-vfio

jcvenegas commented 3 years ago

/test

codecov[bot] commented 3 years ago

Codecov Report

Merging #3122 (543dd0d) into master (bcfedb9) will decrease coverage by 4.75%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3122      +/-   ##
==========================================
- Coverage   50.26%   45.51%   -4.76%     
==========================================
  Files         120      120              
  Lines       15998    15998              
==========================================
- Hits         8041     7281     -760     
- Misses       6869     7821     +952     
+ Partials     1088      896     -192     
jcvenegas commented 3 years ago

/test

jcvenegas commented 3 years ago

/test

jodh-intel commented 3 years ago

/test

cmaf commented 3 years ago

I'm seeing this error in http://jenkins.katacontainers.io/job/kata-containers-runtime-vfio-PR/345/consoleText (and elsewhere):

ERROR: Docker-like container engine not accessible to current user:  (error exec: "podman": executable file not found in $PATH)
jodh-intel commented 3 years ago

The vfio CI failed in an interesting way @jcvenegas:

INFO: checking for container engine: podman
12:44:49 panic: ERROR: Docker-like container engine not accessible to current user:  (error exec: "podman": executable file not found in $PATH)
12:44:49 
12:44:49 goroutine 1 [running, locked to thread]:
12:44:49 github.com/kata-containers/runtime/cli.init.1()
12:44:49    /home/jenkins/workspace/workspace/kata-containers-runtime-vfio-PR/go/src/github.com/kata-containers/runtime/cli/main_test.go:106 +0xfa8
12:44:49 FAIL   github.com/kata-containers/runtime/cli  0.173s
jcvenegas commented 3 years ago

/test

jcvenegas commented 3 years ago

/test

jcvenegas commented 3 years ago

/test

jcvenegas commented 3 years ago

/test-clh

jcvenegas commented 3 years ago

Required jobs passing, adding do-not-merge label, virtiofs metrics CI still is using experimental binaries and it is failing, but passing in the test repository this PR depends-on