From 72ed49e0a375577a30eba137952e9cb5c6acbdf0 Mon Sep 17 00:00:00 2001 From: Julio Montes Date: Tue, 23 Jul 2019 19:34:52 +0000 Subject: [PATCH 1/2] snap: release 1.9.0-alpha0 bump snap version fixes #649 Signed-off-by: Julio Montes --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 584997fa94..0d6219a7b8 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: kata-containers -version: "1.8.0-rc0" +version: "1.9.0-alpha0" summary: Build lightweight VMs that seamlessly plug into the containers ecosystem description: | Kata Containers is an open source project and community working to build a From 57e4f9ccb6f01d59f8f09b3662bf17625ecfd23c Mon Sep 17 00:00:00 2001 From: Julio Montes Date: Wed, 24 Jul 2019 15:38:13 +0000 Subject: [PATCH 2/2] 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 --- .ci/setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ci/setup.sh b/.ci/setup.sh index 0dce500d9a..5d9b04f014 100755 --- a/.ci/setup.sh +++ b/.ci/setup.sh @@ -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