mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 15:57:09 +00:00
snap: use the same version of tests to test the snap
Test the snap with the same verions of tests Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
parent
72ed49e0a3
commit
57e4f9ccb6
@ -67,6 +67,9 @@ if [ "$SNAP_CI" == "true" ] && [ "$ID" == "ubuntu" ]; then
|
||||
sudo cp "${snap_confile}" "${etc_confile}"
|
||||
sudo cp "${snap_confile}" "${usr_confile}"
|
||||
|
||||
# Use the same version of tests to test the snap
|
||||
git -C "${tests_repo_dir}" checkout "$(basename kata-containers_*.snap | cut -d_ -f2)"
|
||||
|
||||
"${tests_repo_dir}/cmd/container-manager/manage_ctr_mgr.sh" docker configure -r kata-runtime -f
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user