Merge "Add horizon and melange."

This commit is contained in:
Jenkins 2012-05-29 18:09:25 +00:00 committed by Gerrit Code Review
commit 5b637b8b6e
4 changed files with 32 additions and 2 deletions

View File

@ -202,17 +202,20 @@ node "jenkins.openstack.org" {
'cinder', 'cinder',
'gerrit', 'gerrit',
'glance', 'glance',
'horizon',
'keystone', 'keystone',
'melange',
'nova', 'nova',
'quantum',
'swift',
'python-cinderclient', 'python-cinderclient',
'python-glanceclient', 'python-glanceclient',
'python-keystoneclient', 'python-keystoneclient',
'python-melangeclient',
'python-novaclient', 'python-novaclient',
'python-openstackclient', 'python-openstackclient',
'python-quantumclient', 'python-quantumclient',
'python-swiftclient', 'python-swiftclient',
'quantum',
'swift',
] ]
} }
} }

View File

@ -0,0 +1,9 @@
project:
template: 'python_jobs'
values:
name: 'horizon'
disabled: 'false'
github_org: 'openstack'
review_site: 'review.openstack.org'
publisher_site: 'nova.openstack.org'

View File

@ -0,0 +1,9 @@
project:
template: 'python_jobs'
values:
name: 'melange'
disabled: 'false'
github_org: 'openstack'
review_site: 'review.openstack.org'
publisher_site: 'nova.openstack.org'

View File

@ -0,0 +1,9 @@
project:
template: 'python_jobs'
values:
name: 'python-melangeclient'
disabled: 'false'
github_org: 'openstack'
review_site: 'review.openstack.org'
publisher_site: 'nova.openstack.org'