Adding ci-kud-installer wrapper 52/88352/3
authorMichal Ptacek <m.ptacek@partner.samsung.com>
Thu, 23 May 2019 13:05:38 +0000 (15:05 +0200)
committerSamuli Silvius <s.silvius@partner.samsung.com>
Thu, 20 Jun 2019 06:00:30 +0000 (09:00 +0300)
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 <m.ptacek@partner.samsung.com>
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
kud/ci/kud-installer.sh [new file with mode: 0755]

diff --git a/kud/ci/kud-installer.sh b/kud/ci/kud-installer.sh
new file mode 100755 (executable)
index 0000000..9fdf5df
--- /dev/null
@@ -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