diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ci-build.sh | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/bin/ci-build.sh b/bin/ci-build.sh deleted file mode 100755 index 248bd9f8..00000000 --- a/bin/ci-build.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -. tests/puppet/provider/.platform-test.conf - -# break on every error -set -e - -# 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}" |