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:
parent
acbc042e1a
commit
bce0dad45c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user