Be verbose in gate hoook for requirements job

Show the commands being run in the gate_hook function for
{pipeline}-requirements-integration-dsvm.

Partial bug: #1334326

Change-Id: Idb1fc52af7f00ee8f640802891ead29d99fabd10
This commit is contained in:
Doug Hellmann 2014-06-25 09:26:10 -07:00
parent 4d668437c2
commit 9716d88ef8

View File

@ -21,6 +21,7 @@
export DEVSTACK_GATE_REQS_INTEGRATION=1
export PIP_PROCESS_DEPENDENCY_LINKS=1
function gate_hook {{
set -x
bash $BASE/new/devstack-gate/devstack-vm-gate.sh && \
bash -xe $BASE/new/pbr/tools/integration.sh $(cat $BASE/new/requirements/projects.txt)
}}