Add python-cinderclient support.

Add python-cinderclient to pull-requests closing.,
Add python-cinderclient jenkins jobs.
Re-add cinder and python-openstackclient and python-glanceclient to jenkins.

Change-Id: I415a0f6586f6c22036715513c38b5105ff319809
This commit is contained in:
Monty Taylor 2012-05-03 13:11:53 -07:00
parent 993563afe5
commit fb93135e46
2 changed files with 34 additions and 0 deletions

View File

@ -133,6 +133,9 @@ node "gerrit.openstack.org", "review.openstack.org" {
}, {
name => 'openstack-dev/openstack-nose',
close_pull => 'true'
}, {
name => 'openstack/python-cinderclient',
close_pull => 'true'
} ],
logo => 'openstack.png',
war => 'http://ci.openstack.org/tarballs/gerrit-2.3-7-g1f029ab.war',
@ -177,6 +180,36 @@ node "jenkins.openstack.org" {
class { "jenkins_jobs":
site => "openstack",
}
jenkins_jobs::jobs::python_jobs { "python-openstackclient":
site => "openstack",
project => "python-openstackclient",
node_group => "oneiric",
}
jenkins_jobs::jobs::python_jobs { "python-cinderclient":
site => "openstack",
project => "python-cinderclient",
node_group => "oneiric",
}
jenkins_jobs::jobs::python_jobs { "python-glanceclient":
site => "openstack",
project => "python-cinderclient",
node_group => "oneiric",
}
jenkins_jobs::jobs::python_jobs { "cinder":
site => "openstack",
project => "cinder",
node_group => "oneiric",
}
jenkins_jobs::generic_jobs { "cinder":
site => "openstack",
project => "cinder",
node_group => "oneiric"
}
}
node "jenkins-dev.openstack.org" {

View File

@ -101,6 +101,7 @@ def short_project(full_project_name):
def git2lp(full_project_name):
"""Convert Git repo name to Launchpad project"""
project_map = {
'openstack/python-cinderclient': 'cinder',
'openstack/python-glanceclient': 'glance',
'openstack/python-keystoneclient': 'keystone',
'openstack/python-melangeclient': 'melange',