38b0a8f9e1
Change-Id: I73a3614d6e17e1abf4527d6cbbf0ea7259444c79
10 lines
216 B
Bash
Executable File
10 lines
216 B
Bash
Executable File
#!/bin/bash
|
|
set -xe
|
|
|
|
export ENV_NAME="solar-example"
|
|
export SLAVES_COUNT=2
|
|
export DEPLOY_TIMEOUT=180
|
|
export TEST_SCRIPT="/usr/bin/python /vagrant/solar-resources/examples/hosts_file/hosts.py"
|
|
|
|
./utils/jenkins/run.sh
|