mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 19:54:35 +00:00
CI: a workaround for containerd v2.x e2e test
the latest containerd had an issue for its e2e test, thus we should do the following fix to workaround this issue. For much info about this issue, please see: https://github.com/containerd/containerd/pull/11240 Once this pr was merged and release new version, we can remove this workaround. Signed-off-by: Fupan Li <fupan.lfp@antgroup.com>
This commit is contained in:
parent
6823aa2aa6
commit
92653b3b3d
@ -612,6 +612,12 @@ function main() {
|
||||
# Make sure the right artifacts are going to be built
|
||||
sudo make clean
|
||||
|
||||
# the latest containerd had an issue for its e2e test, thus we should do the following
|
||||
# fix to workaround this issue. For much info about this issue, please see:
|
||||
# https://github.com/containerd/containerd/pull/11240
|
||||
# Once this pr was merged and release new version, we can remove this workaround.
|
||||
sed -i 's/cat "\${config_file}"/cat "\${CONTAINERD_CONFIG_FILE}"/' script/test/utils.sh
|
||||
|
||||
check_daemon_setup
|
||||
|
||||
info "containerd(cri): testing using runtime: ${containerd_runtime_type}"
|
||||
|
Loading…
Reference in New Issue
Block a user