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