mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-01 09:42:45 +00:00
Merge pull request #441 from devimc/topic/snap/1.7.0-alpha1
snap: release 1.7.0-alpha1
This commit is contained in:
commit
259a7b28ed
19
.ci/run.sh
19
.ci/run.sh
@ -13,8 +13,25 @@ cidir=$(dirname "$0")
|
|||||||
source "${cidir}/lib.sh"
|
source "${cidir}/lib.sh"
|
||||||
source /etc/os-release
|
source /etc/os-release
|
||||||
|
|
||||||
|
SNAP_CI="${SNAP_CI:-false}"
|
||||||
|
|
||||||
pushd "${tests_repo_dir}"
|
pushd "${tests_repo_dir}"
|
||||||
.ci/run.sh
|
|
||||||
|
if [ "$SNAP_CI" == "true" ] && [ "$ID" == "ubuntu" ]; then
|
||||||
|
export RUNTIME="kata-runtime"
|
||||||
|
export CI_JOB="${CI_JOB:-default}"
|
||||||
|
|
||||||
|
echo "INFO: Running checks"
|
||||||
|
sudo -E PATH="$PATH" bash -c "make check"
|
||||||
|
|
||||||
|
echo "INFO: Running only supported tests: https://github.com/kata-containers/tests/issues/1495"
|
||||||
|
sudo -E PATH="$PATH" bash -c \
|
||||||
|
"make functional docker crio docker-compose network netmon \
|
||||||
|
docker-stability oci openshift kubernetes swarm \
|
||||||
|
entropy ramdisk shimv2 tracing"
|
||||||
|
else
|
||||||
|
.ci/run.sh
|
||||||
|
fi
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# This script will execute packaging tests suite
|
# This script will execute packaging tests suite
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: kata-containers
|
name: kata-containers
|
||||||
version: "1.6.1"
|
version: "1.7.0-alpha1"
|
||||||
summary: Build lightweight VMs that seamlessly plug into the containers ecosystem
|
summary: Build lightweight VMs that seamlessly plug into the containers ecosystem
|
||||||
description: |
|
description: |
|
||||||
Kata Containers is an open source project and community working to build a
|
Kata Containers is an open source project and community working to build a
|
||||||
|
Loading…
Reference in New Issue
Block a user