James E. Blair | b44a7ef | 2017-01-24 13:45:50 -0800 | [diff] [blame] | 1 | #!/bin/bash -xe |
2 | |||||
3 | /usr/zuul-env/bin/zuul-cloner --workspace /tmp --cache-dir /opt/git \ | ||||
4 | git://git.openstack.org openstack-infra/nodepool | ||||
5 | |||||
6 | ln -s /tmp/nodepool/log $WORKSPACE/logs | ||||
7 | |||||
8 | cd /tmp/openstack-infra/nodepool | ||||
9 | /usr/local/jenkins/slave_scripts/install-distro-packages.sh | ||||
10 | sudo pip install . | ||||
11 | |||||
12 | bash -xe ./tools/zuul-nodepool-integration/start.sh |