mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-24 14:32:33 +00:00
ci: cri-containerd: Assume podman is always used
For this set of tests, we'll always be using podman in order to avoid having containerd pulled in by docker. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
9465a04963
commit
fde22d6bce
@ -139,9 +139,6 @@ check_daemon_setup() {
|
||||
info "containerd(cri): Check daemon works with runc"
|
||||
create_containerd_config "runc"
|
||||
|
||||
#restart docker service as TestImageLoad depends on it
|
||||
[ -z "${USE_PODMAN:-}" ] && restart_docker_service
|
||||
|
||||
# containerd cri-integration will modify the passed in config file. Let's
|
||||
# give it a temp one.
|
||||
cp $CONTAINERD_CONFIG_FILE $CONTAINERD_CONFIG_FILE_TEMP
|
||||
|
Loading…
Reference in New Issue
Block a user