From 5da680e3b7c2fe85ba43e5d81049d7c7dbca2de7 Mon Sep 17 00:00:00 2001 From: Ruslan Kamaldinov Date: Sat, 22 Mar 2014 23:45:33 +0400 Subject: [PATCH] Update Murano gate job config Changes: * Removed deprecated repos from the projects list: there were lots of Murano repos in use, but during the last release cycle we decided to deprecate almost all of them and move all the funcionality to murano-api repo. * Enabled murano-engine service Change-Id: I4e007416d204e701b2a3b694622e6730ec097d3e --- .../files/jenkins_job_builder/config/murano.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/murano.yaml b/modules/openstack_project/files/jenkins_job_builder/config/murano.yaml index bc067f6a97..9d59271b1b 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/murano.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/murano.yaml @@ -16,14 +16,9 @@ #!/bin/bash -xe export PYTHONUNBUFFERED=true export DEVSTACK_GATE_TIMEOUT=60 - export ENABLED_SERVICES=murano,murano-api,murano-conductor,murano-repository,tempest + export ENABLED_SERVICES=murano,murano-api,murano-engine,tempest export PROJECTS="stackforge/murano-api $PROJECTS" - export PROJECTS="stackforge/murano-conductor $PROJECTS" - export PROJECTS="stackforge/murano-repository $PROJECTS" - export PROJECTS="stackforge/murano-common $PROJECTS" export PROJECTS="stackforge/python-muranoclient $PROJECTS" - export PROJECTS="stackforge/murano-dashboard $PROJECTS" - export PROJECTS="stackforge/murano-metadataclient $PROJECTS" function pre_test_hook { cd /opt/stack/new/murano-api/functionaltests