From ac2d7693e02a11d80879ccd80dc33a4f213295e6 Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Sun, 19 Feb 2017 15:14:40 -0500 Subject: Add support for inline config changes This patch changes VPP configuration from file template to inline change directly. This prevents issue with overwriting existing VPP config. Change-Id: I4133be8ebe689d9288e3a8e64cca43afd7e42e64 Signed-off-by: Feng Pan --- scripts/ci-beaker.sh | 2 +- scripts/ci-unit-tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/ci-beaker.sh b/scripts/ci-beaker.sh index ae6f58b..fad9ba3 100755 --- a/scripts/ci-beaker.sh +++ b/scripts/ci-beaker.sh @@ -9,7 +9,7 @@ os=$1 sudo sysctl -w vm.nr_hugepages=1024 cat /proc/meminfo | grep Huge -mkdir .bundled_gems +mkdir -p .bundled_gems export GEM_HOME=`pwd`/.bundled_gems gem install bundler --no-rdoc --no-ri --verbose $GEM_HOME/bin/bundle install --retry 3 diff --git a/scripts/ci-unit-tests.sh b/scripts/ci-unit-tests.sh index a8d57ff..1585d66 100755 --- a/scripts/ci-unit-tests.sh +++ b/scripts/ci-unit-tests.sh @@ -10,7 +10,7 @@ if [ "$puppet_version" != "latest" ]; then export PUPPET_GEM_VERSION="~> $puppet_version.0" fi -mkdir .bundled_gems +mkdir -p .bundled_gems export GEM_HOME=`pwd`/.bundled_gems gem install bundler --no-rdoc --no-ri --verbose $GEM_HOME/bin/bundle install --retry 3 -- cgit 1.2.3-korg