From 54102ca98affbefa6104846aa356e83c395e5b85 Mon Sep 17 00:00:00 2001 From: Julio Montes Date: Wed, 7 Aug 2019 20:06:04 +0000 Subject: [PATCH] snap/ci: run all tests All test should pass in the snap CI fixes #669 Signed-off-by: Julio Montes --- .ci/run.sh | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.ci/run.sh b/.ci/run.sh index 72cf47b01..f37f01411 100755 --- a/.ci/run.sh +++ b/.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