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',
'gerrit',
'glance',
'horizon',
'keystone',
'melange',
'nova',
'quantum',
'swift',
'python-cinderclient',
'python-glanceclient',
'python-keystoneclient',
'python-melangeclient',
'python-novaclient',
'python-openstackclient',
'python-quantumclient',
'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'