Add trove-dashboard to project list on layer4 job
The trove devstack plugin recently added trove-dashboard rep to the list of things installed but neglected to update the tempest job which runs trove. This has broken all tempest dev because we can't clone the trove-dashboard repo. This commit adds the missing the repo to the PROJECTS list and should unblock things. Change-Id: I816574051d48f8d75894a8cdf010294080a794eb
This commit is contained in:
parent
f088af192b
commit
ff5e694cc0
@ -3023,6 +3023,7 @@
|
||||
export DEVSTACK_GATE_TEMPEST=1
|
||||
export DEVSTACK_GATE_HEAT=1
|
||||
export DEVSTACK_GATE_NEUTRON=1
|
||||
export PROJECTS="openstack/trove-dashboard $PROJECTS"
|
||||
export DEVSTACK_GATE_TEMPEST_REGEX="database|data_processing|orchestration"
|
||||
export DEVSTACK_LOCAL_CONFIG="TEMPEST_USE_TEST_ACCOUNTS=True"
|
||||
DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin trove git://git.openstack.org/openstack/trove"
|
||||
|
Loading…
x
Reference in New Issue
Block a user