mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-16 15:07:46 +00:00
ci: docker: Also run the smoke test with runc
This will help us to make sure that the failure is actually related to
Kata Containers.
Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
(cherry picked from commit f536ef5ce1
)
This commit is contained in:
parent
c7147dabce
commit
e5e3951398
@ -38,6 +38,10 @@ function run() {
|
|||||||
|
|
||||||
enabling_hypervisor
|
enabling_hypervisor
|
||||||
|
|
||||||
|
info "Running docker with runc"
|
||||||
|
sudo docker run --rm alpine ping -c 2 www.github.com
|
||||||
|
|
||||||
|
info "Running docker with Kata Containers (${KATA_HYPERVISOR})"
|
||||||
sudo docker run --rm --runtime io.containerd.kata.v2 alpine ping -c 2 www.github.com
|
sudo docker run --rm --runtime io.containerd.kata.v2 alpine ping -c 2 www.github.com
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user