Run pbr integration after running devstack.

We need to run devstack to get some of the dev depends installed.

Change-Id: I57087797b6040ddcf625165a58184d89c65b04f5
Reviewed-on: https://review.openstack.org/33878
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
Monty Taylor 2013-06-20 16:12:43 -04:00 committed by Jenkins
parent acbc042e1a
commit bce0dad45c

View File

@ -21,10 +21,10 @@
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=0
function gate_hook {
function post_test_hook {
bash -xe $BASE/new/pbr/tools/integration.sh $PROJECTS $BASE
}
export -f gate_hook
export -f post_test_hook
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
- link-logs