mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-01 07:47:15 +00:00
snap/ci: run all tests
All test should pass in the snap CI fixes #669 Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
parent
ed7d57349a
commit
54102ca98a
17
.ci/run.sh
17
.ci/run.sh
@ -16,22 +16,7 @@ source /etc/os-release
|
||||
SNAP_CI="${SNAP_CI:-false}"
|
||||
|
||||
pushd "${tests_repo_dir}"
|
||||
|
||||
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 tracing"
|
||||
else
|
||||
.ci/run.sh
|
||||
fi
|
||||
.ci/run.sh
|
||||
popd
|
||||
|
||||
# This script will execute packaging tests suite
|
||||
|
Loading…
Reference in New Issue
Block a user