Hello Hashar,

I'd like you to do a code review.  Please visit

    https://gerrit.wikimedia.org/r/399533

to review the following change.


Change subject: gerrit replication: don't bother trying to create repos on 
github
......................................................................

gerrit replication: don't bother trying to create repos on github

A) You can't, and B) the logs are confusing and make it look like
you can.

While we're here, remove silly thread allocations that don't make
sense

Change-Id: I7fc17468dd5dfd8d49143c3c8a679b9c6ea72db1
---
M hieradata/role/common/gerrit.yaml
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/33/399533/1

diff --git a/hieradata/role/common/gerrit.yaml 
b/hieradata/role/common/gerrit.yaml
index 0242cc1..7f9abdf 100644
--- a/hieradata/role/common/gerrit.yaml
+++ b/hieradata/role/common/gerrit.yaml
@@ -20,16 +20,15 @@
 gerrit::jetty::replication:
     github:
         url: '[email protected]:wikimedia/${name}'
-        threads: '4'
         authGroup: 'mediawiki-replication'
         remoteNameStyle: 'dash'
         mirror: true
         push:
             - '+refs/heads/*:refs/heads/*'
             - '+refs/tags/*:refs/tags/*'
+        createMissingRepositories: false
     slaves:
         url: '[email protected]:/srv/gerrit/git/${name}.git'
-        threads: '4'
         mirror: true
         replicateProjectDeletions: true
         replicateHiddenProjects: true

-- 
To view, visit https://gerrit.wikimedia.org/r/399533
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7fc17468dd5dfd8d49143c3c8a679b9c6ea72db1
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Chad <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to