Skip to content

Commit

Permalink
CI: Call the ksm throttler installation
Browse files Browse the repository at this point in the history
We need to call install_ksm_throttler.sh into
the main CC setup script.

Fixes: clearcontainers#922.

Signed-off-by: Salvador Fuentes <[email protected]>
  • Loading branch information
chavafg committed Feb 22, 2018
1 parent ed7ed8c commit 23c15d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file modified .ci/install_ksm_throttler.sh
100644 → 100755
Empty file.
3 changes: 3 additions & 0 deletions .ci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ bash -f ${cidir}/install_shim.sh
echo "Install proxy"
bash -f ${cidir}/install_proxy.sh

echo "Install ksm throttler"
bash -f ${cidir}/install_ksm_throttler.sh

echo "Install Clear containers image"
"${cidir}/install_asset.sh" "image" "latest"

Expand Down

0 comments on commit 23c15d2

Please sign in to comment.