aboutsummaryrefslogtreecommitdiffstats
path: root/kud/ci/kud-installer.sh
blob: 73c1628bf7092d833241114cd93fa4e21b848e73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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="$(readlink -f "$(dirname "${BASH_SOURCE[0]}")")"
cd ${curr_dir}/../hosting_providers/baremetal
./aio.sh