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

The replication of these projects to GitHub will be handled through the
upload-git-mirror job [1].

[1]: https://zuul-ci.org/docs/zuul-jobs/general-jobs.html#job-upload-git-mirror

Change-Id: I5d265cb1754e814af981c9f927e1262a66db0ca2
This commit is contained in:
David Moreau Simard 2019-04-08 10:27:19 -04:00
parent 02feafa962
commit cb0a073fa8
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
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/*',
] ]