Merge "Add horizon and melange."
This commit is contained in:
commit
5b637b8b6e
@ -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',
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -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'
|
@ -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'
|
@ -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'
|
Loading…
Reference in New Issue
Block a user