Process dependency links in reqs integration job
* .../requirements.yaml: Add the PIP_PROCESS_DEPENDENCY_LINKS environment variable as a backward-compatible alternative to --process-dependency-links, which causes new pip deal with -f urls in the requirements lists. Change-Id: Ia42290e4abda284103ee864903aa4857a5f65fa6
This commit is contained in:
parent
18f4498ec1
commit
6e2be77890
@ -17,6 +17,7 @@
|
|||||||
export DEVSTACK_GATE_TEMPEST=0
|
export DEVSTACK_GATE_TEMPEST=0
|
||||||
export DEVSTACK_GATE_EXERCISES=0
|
export DEVSTACK_GATE_EXERCISES=0
|
||||||
export DEVSTACK_GATE_REQS_INTEGRATION=1
|
export DEVSTACK_GATE_REQS_INTEGRATION=1
|
||||||
|
export PIP_PROCESS_DEPENDENCY_LINKS=1
|
||||||
function gate_hook {{
|
function gate_hook {{
|
||||||
bash $BASE/new/devstack-gate/devstack-vm-gate.sh && \
|
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 $PROJECTS
|
||||||
|
Loading…
Reference in New Issue
Block a user