Closed wainersm closed 4 years ago
Hi @jodh-intel ! Since this is a back-port of already merged github.com/kata-containers/kata-containers/pull/787 , I think I should implement your suggestions on the original tree first so that the code do not diverge and future back-ports can be made easily. Any objection?
@wainersm - agreed! I've raised https://github.com/kata-containers/kata-containers/issues/1014 to handle the improvements.
/test-ubuntu-18-04
/test-ubuntu
@jodh-intel @fidencio am I allowed to trigger the obs-packaging-ci job? If yes, how?
/AzurePipelines run
@jodh-intel I decided to include the backport of https://github.com/kata-containers/kata-containers/pull/1025 in this same PR, so we have the change in a single place.
/test ubuntu
/AzurePipelines run
The jenkins-ci-ubuntu-18-04 failed because of a checking in the kernel files:
16:37:38 Check Changes in kernel
16:37:38 kernel/build-kernel.sh
16:37:38 scripts/apply_patches.sh
16:37:38 static-build/qemu-virtiofs/Dockerfile
16:37:38 static-build/qemu/Dockerfile
16:37:38 Kernel directory has changes check kernel/kata_config_version changed
16:37:38 ERROR: Please bump version in kernel/kata_config_version
Should any updated file (including build scripts and README) in the kernel directory drive to kata_config_version
increment?
Should any updated file (including build scripts and README) in the kernel directory drive to
kata_config_version
increment?
@wainersm - yes: https://github.com/kata-containers/packaging/blob/master/.ci/test.sh#L39..L56 :)
/test ubuntu
/AzurePipelines run
@wainersm could you backport to stable-1.11 and stable-1.12 as well ?
@wainersm could you backport to stable-1.11 and stable-1.12 as well ?
yes @jcvenegas , I will backport to those branches as well.
Creates a common script to the qemu and qemu-virtiofs build processes to ensure the patches are applied of same way.
Backport of github.com/kata-containers/kata-containers/pull/787, with the three commits squashed.
Fixes: #786
Signed-off-by: Wainer dos Santos Moschetta wainersm@redhat.com