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:
parent
52eb8ecd55
commit
d052a8184b
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user