diff options
author | Ritu Sood <ritu.sood@intel.com> | 2020-06-27 01:22:42 +0000 |
---|---|---|
committer | Ritu Sood <Ritu.Sood@intel.com> | 2020-06-28 18:41:32 +0000 |
commit | 7165b8294a820e00335067439086e792581e71a4 (patch) | |
tree | 2248d201869b963d8ed223dfa524c37d322ca738 /kud/ci/kud-installer.sh | |
parent | 6c8bc2bcaf92e3544f58a26bf282460ebea897a5 (diff) |
Remove addons from the CI build
Running into memory issues with
new addons. Experimental change
to address intermittent failures.
Issue-ID: MULTICLOUD-1093
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Change-Id: I96c1230f878ddc6c7bda34291a5b46a49bf7f481
Diffstat (limited to 'kud/ci/kud-installer.sh')
-rwxr-xr-x | kud/ci/kud-installer.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kud/ci/kud-installer.sh b/kud/ci/kud-installer.sh index 73c1628b..20fc2c7d 100755 --- a/kud/ci/kud-installer.sh +++ b/kud/ci/kud-installer.sh @@ -10,4 +10,5 @@ set -x -e -o pipefail curr_dir="$(readlink -f "$(dirname "${BASH_SOURCE[0]}")")" cd ${curr_dir}/../hosting_providers/baremetal +export KUD_ADDONS="virtlet ovn4nfv" ./aio.sh |