diff --git a/utils/jenkins/run_torrent_example.sh b/utils/jenkins/run_torrent_example.sh new file mode 100755 index 00000000..643e7b9f --- /dev/null +++ b/utils/jenkins/run_torrent_example.sh @@ -0,0 +1,8 @@ +#!/bin/bash +set -xe + +export SLAVES_COUNT=1 +export DEPLOY_TIMEOUT=240 +export TEST_SCRIPT="/usr/bin/python /vagrant/solar-resources/examples/torrent/example.py" + +./utils/jenkins/run.sh