Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
ci: run limited set of tests for virtiofs
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
chavafg committed Jun 25, 2019
1 parent 86b8731 commit ae8f8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ae8f8f1

Please sign in to comment.