Fix experimental gate-zuul-nodepool job

We incorrectly assumed zuul-cloner was creating a sub-directory of the
project. It actually clones into the working directory, as a result we
can use the bindep macro from JJB.

Change-Id: I383a2e91c9ee168111a5e63bf61744e55fbcf35c
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-02-04 09:53:33 -05:00
parent dc990d30fc
commit 2469a6595e
1 changed files with 1 additions and 4 deletions

View File

@ -449,10 +449,7 @@
builders:
- zuul-clone-workspace:
project: openstack-infra/zuul
- shell: |
#!/bin/bash -xe
cd openstack-infra/zuul
/usr/local/jenkins/slave_scripts/install-distro-packages.sh
- install-distro-packages
- shell: tools/nodepool-integration-setup.sh
- run-tox:
envlist: 'nodepool'