Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
ci: fix crio CI
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
  • Loading branch information
Sebastien Boeuf committed Jun 19, 2017
1 parent cba9922 commit b2b27f5
Show file tree
Hide file tree
Showing 4 changed files with 741 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .ci/crio.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
description "OCI-based implementation of Kubernetes Container Runtime Interface"

# start in normal runlevels when disks are mounted and networking is available
start on runlevel [2345]

# stop on shutdown/halt, single-user mode and reboot
stop on runlevel [016]

exec /usr/local/bin/crio --debug --storage-driver=aufs
1 change: 1 addition & 0 deletions .ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ sudo docker ps -a
test_repo="github.com/clearcontainers/tests"
cd "${GOPATH}/src/${test_repo}"
sudo -E PATH=$PATH make check
sudo -E PATH=$PATH make crio

0 comments on commit b2b27f5

Please sign in to comment.