Add congress-dashboard to $PROJECTS variable in murano-congress-job

Now murano-cpngress-job gives the error:
The /opt/stack/new/congress-dashboard project was not found;
if this is a gate job, add the project to the $PROJECTS variable
in the job definition.

So we need add congress-dashboard to $PROJECTS variable.

Change-Id: I9dd3937e50ac3430c4982914de5b157222c8a5cd
This commit is contained in:
zhurong 2017-06-07 09:59:49 +08:00
parent 04ad13dd1d
commit 815d739784
1 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@
export PROJECTS="openstack/python-muranoclient $PROJECTS"
export PROJECTS="openstack/congress $PROJECTS"
export PROJECTS="openstack/python-congressclient $PROJECTS"
export PROJECTS="openstack/congress-dashboard $PROJECTS"
export PROJECTS="openstack/mistral $PROJECTS"
export PROJECTS="openstack/mistral-dashboard $PROJECTS"
export PROJECTS="openstack/python-mistralclient $PROJECTS"
@ -306,4 +307,4 @@
publishers:
- test-results
- devstack-logs
- console-log
- console-log