tripleo: add missing PROJECTS in the list
We need more PROJECTS because we install all those services and we want to grab logs using devstack-gate script. Change-Id: I11857084a4ef62d7abbb0b97fad1dc5d28a954c9
This commit is contained in:
parent
abb1016ed0
commit
cc468136d9
@ -165,6 +165,13 @@
|
|||||||
export PROJECTS="openstack/tripleo-common $PROJECTS"
|
export PROJECTS="openstack/tripleo-common $PROJECTS"
|
||||||
export PROJECTS="openstack/tripleo-puppet-elements $PROJECTS"
|
export PROJECTS="openstack/tripleo-puppet-elements $PROJECTS"
|
||||||
|
|
||||||
|
# some projects are not in devstack-gate, we need them to grab logs:
|
||||||
|
export PROJECTS="openstack/aodh $PROJECTS"
|
||||||
|
export PROJECTS="openstack/barbican $PROJECTS"
|
||||||
|
export PROJECTS="openstack/gnocchi $PROJECTS"
|
||||||
|
export PROJECTS="openstack/panko $PROJECTS"
|
||||||
|
export PROJECTS="openstack/mistral $PROJECTS"
|
||||||
|
|
||||||
sudo chown -hR $(whoami) /opt/git
|
sudo chown -hR $(whoami) /opt/git
|
||||||
function gate_hook {{
|
function gate_hook {{
|
||||||
bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh
|
bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user