versions: Use new kata tag for virtiofs kernel#2843
Conversation
|
Thank you for raising your pull request. Please note that the main development of Kata Containers has moved to the 2.0-dev branch of https://github.com/kata-containers/kata-containers repository. The kata-containers/runtime repository is kept for 1.x release maintenance. Please check twice if your change should go to the 2.0-dev branch directly. If it is strongly required for adding the change to Kata Containers 1.x releases, please ping @kata-containers/runtime to assign a dedicated developer to be responsible for porting the change to 2.0-dev branch. Thanks! |
Versions is pointing to virtiofs kernel branch, recently it changed and CI is broken. Lets use a new tag for kata. The tag now include the kernel version so will be shown on release notes. Depends-on: github.com/kata-containers/packaging#1098 Fixes: kata-containers#2842 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
virtiofs-dev is a branch, now there is a tag based in kernel 5.6 move patches to use the tag name. Depends-on: github.com/kata-containers/runtime#2843 Fixes: kata-containers#1095 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
|
/test |
Codecov Report
@@ Coverage Diff @@
## master #2843 +/- ##
==========================================
+ Coverage 50.48% 50.63% +0.14%
==========================================
Files 118 118
Lines 17367 17375 +8
==========================================
+ Hits 8767 8797 +30
+ Misses 7522 7500 -22
Partials 1078 1078 |
virtiofs-dev is a branch, now there is a tag based in kernel 5.6 move patches to use the tag name. Depends-on: github.com/kata-containers/runtime#2843 Fixes: kata-containers#1095 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
|
/test |
|
I just restarted the CI job on |
This PR updates the versions for the virtiofs kernel branch and as there is a tag based in kernel 5.6 move patches to uses the tag name. This PR is needed to enable CLH CI for kata 2.0. This PR is backporting kata-containers/runtime#2843 and kata-containers/packaging#1098. Fixes kata-containers#532 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
virtiofs-dev is a branch, now there is a tag based in kernel 5.6 move patches to use the tag name. Depends-on: github.com/kata-containers/runtime#2843 Fixes: kata-containers#1095 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
Versions is pointing to virtiofs kernel branch,
recently it changed and CI is broken.
Lets use a new tag for kata.
The tag now include the kernel version so will
be shown on release notes.
Depends-on: github.com/kata-containers/packaging#1098
Fixes: #2842
Signed-off-by: Jose Carlos Venegas Munoz jose.carlos.venegas.munoz@intel.com