In order for this to work, you must create a /var/lib/jenkins/xenrc file as described in README.md
false
RC
2
origin
+refs/heads/*:refs/remotes/origin/*
git://github.com/cloudbuilders/devstack.git
master
false
false
false
false
false
false
false
Default
false
true
false
false
false
false
ADAPTER
euca
floating_ips
sed -i 's/) 2>&1 | tee "${LOGFILE}"/)/' stack.sh
set -o errexit
cd tools/jenkins
sudo ./build_configuration.sh $EXECUTOR_NUMBER xs $ADAPTER "$RC"
#!/bin/bash
set -o errexit
set -o xtrace
. localrc
# Unlike kvm, ssh to the xen host to run tests, in case the test instance is launch with a host only network
ssh root@$XEN_IP "cd devstack && . localrc && cd tools/jenkins && ./run_test.sh $EXECUTOR_NUMBER $ADAPTER '$RC'"
true