From 7165b8294a820e00335067439086e792581e71a4 Mon Sep 17 00:00:00 2001 From: Ritu Sood Date: Sat, 27 Jun 2020 01:22:42 +0000 Subject: 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 Change-Id: I96c1230f878ddc6c7bda34291a5b46a49bf7f481 --- kud/ci/kud-installer.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.2.3-korg