From 76acfa887ed36697e2ddff52f2fc84ee3fcf6c72 Mon Sep 17 00:00:00 2001 From: Michal Ptacek Date: Thu, 23 May 2019 15:05:38 +0200 Subject: Adding ci-kud-installer wrapper this wrapper is new entry point for CI job triggering aio.sh execution. Change-Id: I650675c9cfff396010bf3a1d36e9840dedf9d403 Issue-ID: MULTICLOUD-635 Signed-off-by: Michal Ptacek Signed-off-by: Samuli Silvius --- kud/ci/kud-installer.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 kud/ci/kud-installer.sh (limited to 'kud/ci') diff --git a/kud/ci/kud-installer.sh b/kud/ci/kud-installer.sh new file mode 100755 index 00000000..9fdf5df6 --- /dev/null +++ b/kud/ci/kud-installer.sh @@ -0,0 +1,13 @@ +#!/bin/bash +# +# This is wrapper script for executing kud deployment +# in community CI jenkins. +# Purpose is to gate all repo commits. +# In addition to KUD deployment testing itself, also all tests are run for k8s plugin as well. +# + +set -x -e -o pipefail + +curr_dir=$(cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd) +cd ${curr_dir}/../hosting_providers/baremetal +./aio.sh -- cgit