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 | |
Andreas Jaeger | 98bf043 | 2018-02-05 19:42:20 +0100 | [diff] [blame] | 6 | ln -s /tmp/nodepool/log $HOME/logs |
James E. Blair | b44a7ef | 2017-01-24 13:45:50 -0800 | [diff] [blame] | 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 |