You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
347 B
13 lines
347 B
#!/bin/bash -xe
|
|
|
|
/usr/zuul-env/bin/zuul-cloner --workspace /tmp --cache-dir /opt/git \
|
|
git://git.openstack.org openstack-infra/nodepool
|
|
|
|
ln -s /tmp/nodepool/log $WORKSPACE/logs
|
|
|
|
cd /tmp/openstack-infra/nodepool
|
|
/usr/local/jenkins/slave_scripts/install-distro-packages.sh
|
|
sudo pip install .
|
|
|
|
bash -xe ./tools/zuul-nodepool-integration/start.sh
|