Run bindep on zuul integration job

We currently don't run install-distro-packages.sh for our experimental
integration job for zuul. As a result, things added to bindep.txt are
not installed.

Change-Id: I19df83a5cabf8bd2c90a1dd54c8ff0e246b6c60b
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-02-03 15:05:39 -05:00
parent 156d8184e3
commit f3d0cb38d0
1 changed files with 4 additions and 0 deletions

View File

@ -449,6 +449,10 @@
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
- shell: tools/nodepool-integration-setup.sh
- run-tox:
envlist: 'nodepool'