Merge "Test only projects listed in projects.txt."

This commit is contained in:
Jenkins 2014-03-17 09:18:25 +00:00 committed by Gerrit Code Review
commit acf22dfe60

View File

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