Merge pull request #8737 from Apokleos/test-ci-dgb-cri-containerd

ci: enable test dragonball stability and cri-containerd
This commit is contained in:
Alex.Lyn
2024-01-12 11:56:22 +08:00
committed by GitHub
4 changed files with 39 additions and 21 deletions

View File

@@ -421,6 +421,8 @@ function enabling_hypervisor() {
declare -r DEST_KATA_CONFIG="${CONFIG_DIR}/configuration.toml"
sudo ln -sf "${SRC_HYPERVISOR_CONFIG}" "${DEST_KATA_CONFIG}"
export KATA_CONFIG_PATH="${DEST_KATA_CONFIG}"
}