Add all the TripleO projects.
I'd like to be able to eyeball TripleO reviews with the reviewday heuristics (and possibly tweak those in future...). Change-Id: If4faf9ebe0b1bc538a17b951133a9d7f3f8e189b
This commit is contained in:
parent
13fdc40a96
commit
e047ff8447
@ -24,10 +24,12 @@ projects = {}
|
||||
|
||||
cur_timestamp = time()
|
||||
for project in ['nova', 'glance', 'keystone', 'swift', 'neutron', 'cinder',
|
||||
'tempest', 'heat', 'ceilometer', 'horizon',
|
||||
'tripleo-incubator', 'tripleo-image-elements',
|
||||
'tripleo-heat-elements', 'diskimage-builder']:
|
||||
|
||||
'tempest', 'heat', 'horizon', 'ceilometer',
|
||||
'diskimage-builder', 'os-apply-config', 'os-collect-config',
|
||||
'os-refresh-config', 'python-tuskarclient',
|
||||
'tripleo-heat-templates', 'tripleo-image-elements',
|
||||
'tripleo-incubator', 'tuskar', 'tuskar-ui',
|
||||
]:
|
||||
if project not in projects:
|
||||
projects[project] = []
|
||||
for review in gerrit_reviews(project):
|
||||
|
Loading…
Reference in New Issue
Block a user