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:
parent
04ad13dd1d
commit
815d739784
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user