Add Horizon to several jobs that were missed

Apparently we have things called foo-ui and foo-horizon... Missed the
-uis in the last pass and am adding them here.

Change-Id: Iafebfc92017d859cd3062fc4b6fab2986dfc5c98
This commit is contained in:
Clark Boylan 2017-06-14 10:09:40 -07:00
parent 52eb8ecd55
commit d052a8184b
3 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@
export DEVSTACK_GATE_EXERCISES=0
export DEVSTACK_GATE_INSTALL_TESTONLY=1
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_HORIZON=1
# Enable App Catalog Horizon plugin
export PROJECTS="openstack/app-catalog-ui $PROJECTS"

View File

@ -18,6 +18,7 @@
export PROJECTS="openstack/freezer-web-ui $PROJECTS"
export PROJECTS="openstack/freezer $PROJECTS"
export PROJECTS="openstack/python-freezerclient $PROJECTS"
export DEVSTACK_GATE_HORIZON=1
# tempest config
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1

View File

@ -17,6 +17,7 @@
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_HORIZON=1
export DEVSTACK_GATE_EXERCISES=0
export DEVSTACK_GATE_INSTALL_TESTONLY=1
export DEVSTACK_GATE_NEUTRON=1