Hi,
Was someone able to bypass that restriction?
I tried creating projects in Cloud Source with a different name (gerrit-all-projects & gerrit-all-users) and setup replication.config as below:
[remote "gerrit-projects"]
projects = All-projects
url = ssh://source.developers.google.com:2022/p/$CGP_PROJECT/r/gerrit-all-projects
mirror = true
rescheduleDelay = 15
[remote "gerrit-users"]
projects = All-Users
url = ssh://source.developers.google.com:2022/p/$CGP_PROJECT/r/gerrit-all-users
mirror = true
rescheduleDelay = 15
According to the logs everything went fine from Gerrit's POV but repositories in Cloud Source remains empty
Replication to ssh://source.developers.google.com:2022/p/XXXXX/r/gerrit-all-users started... [CONTEXT pushOneId="dfd33131" request="SSH" ]
Replication to ssh://source.developers.google.com:2022/p/XXXXX/r/gerrit-all-users completed in 1079ms, 15005ms delay, 0 retries [CONTEXT pushOneId="dfd33131" request="SSH" ]
In $GERRIT_SITE/data/replication/ref-updates no entry remains within waiting/running/building
(Any other repository created in Gerrit works without problems)