From ae8f8f16bd5d60950f5d97ba25e1bce1cc09cfc1 Mon Sep 17 00:00:00 2001 From: Salvador Fuentes Date: Tue, 25 Jun 2019 08:31:57 -0500 Subject: [PATCH] ci: run limited set of tests for virtiofs we still have some issues running memory hotplug using virtiofs, so many of the cri-o and k8s tests do not run as expected. This should be resolved on kata-containers/runtime#1810, but in the meantime run only docker related tests. Signed-off-by: Salvador Fuentes --- .ci/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/run.sh b/.ci/run.sh index f98aa46ff..b6fd7e296 100755 --- a/.ci/run.sh +++ b/.ci/run.sh @@ -22,7 +22,7 @@ case "${CI_JOB}" in sudo -E PATH="$PATH" bash -c "make cri-containerd" sudo -E PATH="$PATH" CRI_RUNTIME="containerd" bash -c "make kubernetes" ;; - "FIRECRACKER") + "FIRECRACKER"|"NEMU") echo "INFO: Running docker integration tests" sudo -E PATH="$PATH" bash -c "make docker" echo "INFO: Running soak test"