Only replicate openstack namespaces to github
As we start doing things like opendev, we should be able to add additional prefixes in gerrit without replicating them to github - or causing gerrit to just spawn errors. Change-Id: I9bca81df9d9600c4ccb1550039f488c6eb552abd
This commit is contained in:
parent
19712f93e7
commit
0e985c2d63
@ -238,6 +238,11 @@ class openstack_project::review (
|
||||
replicationDelay => '1',
|
||||
replicatePermissions => false,
|
||||
mirror => true,
|
||||
projects => [
|
||||
'openstack/*',
|
||||
'openstack-dev/*',
|
||||
'openstack-infra/*',
|
||||
]
|
||||
},
|
||||
{
|
||||
name => 'local',
|
||||
|
Loading…
x
Reference in New Issue
Block a user