From fe287aac374fe5ce30c5b1263a23955abb99f8d1 Mon Sep 17 00:00:00 2001 From: varac Date: Wed, 31 Aug 2016 10:01:04 +0200 Subject: Run gitlab CI on 0.8.2 branch --- bin/ci-build.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 bin/ci-build.sh (limited to 'bin/ci-build.sh') diff --git a/bin/ci-build.sh b/bin/ci-build.sh new file mode 100755 index 00000000..7b4895e5 --- /dev/null +++ b/bin/ci-build.sh @@ -0,0 +1,19 @@ +#!/bin/sh + +. tests/puppet/provider/.platform-test.conf + +# create node(s) with unique id so we can run tests in parallel +export TAG="build${CI_BUILD_ID}" +[ -d "${PROVIDERDIR}/tags" ] || mkdir "${PROVIDERDIR}/tags" +echo '{}' > "${PROVIDERDIR}/tags/${TAG}.json" + +export IP_SUFFIX_START='100' +#NODES='rewdevcouch1:couchdb,soledad rewdevmx1:mx rewdevvpn1:openvpn,tor rewdevweb1:webapp,monitor rewdevplain1: rewdevstatic1:static' +export NODES="single${TAG}:couchdb,soledad,mx,webapp,openvpn,tor,monitor,obfsproxy" +leap-platform-test add_nodes "$NODES" + +leap-platform-test -v init_deploy +leap-platform-test -v test +cd tests/puppet/provider +bundle exec leap info "${TAG}" +bundle exec leap local destroy "${TAG}" -- cgit v1.2.3