Test os-brick master in LIO gate job
Pull os-brick from git instead of pip when testing on master. For stable branches, still pull os-brick from pip. Change-Id: Ib9ebfa67020d99d83ebb33552677e9e2e334f9a7
This commit is contained in:
parent
5601d336ca
commit
e298e43674
@ -46,6 +46,11 @@
|
|||||||
export PROJECTS="openstack/barbican $PROJECTS"
|
export PROJECTS="openstack/barbican $PROJECTS"
|
||||||
export PROJECTS="openstack/python-barbicanclient $PROJECTS"
|
export PROJECTS="openstack/python-barbicanclient $PROJECTS"
|
||||||
export PYTHONUNBUFFERED=true
|
export PYTHONUNBUFFERED=true
|
||||||
|
if [ "$ZUUL_BRANCH" == "master" ]; then
|
||||||
|
# Use os-brick head for master, use os-brick from
|
||||||
|
# pip for stable branches.
|
||||||
|
export DEVSTACK_PROJECT_FROM_GIT=os-brick
|
||||||
|
fi
|
||||||
export DEVSTACK_GATE_TEMPEST=1
|
export DEVSTACK_GATE_TEMPEST=1
|
||||||
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
|
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
|
||||||
# As we are setting DEVSTACK_GATE_TEMPEST_ALL_PLUGINS, we need to add
|
# As we are setting DEVSTACK_GATE_TEMPEST_ALL_PLUGINS, we need to add
|
||||||
|
Loading…
Reference in New Issue
Block a user