From: Ritu Sood Date: Sat, 27 Jun 2020 01:22:42 +0000 (+0000) Subject: Remove addons from the CI build X-Git-Tag: 6.0.0-ONAP~11^2~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F22%2F109622%2F4;p=multicloud%2Fk8s.git 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 --- 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