Merge "Disable gerrit replication to GitHub for ara/ara-infra/ara-web"

This commit is contained in:
Zuul 2019-04-12 16:48:59 +00:00 committed by Gerrit Code Review
commit c5698ead6a
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ class openstack_project::review (
replicatePermissions => false, replicatePermissions => false,
mirror => true, mirror => true,
projects => [ projects => [
'openstack/*', 'openstack/(?!ara$|ara-web$|ara-infra$).*',
'openstack-dev/*', 'openstack-dev/*',
'openstack-infra/*', 'openstack-infra/*',
] ]