Uploading Chrome iOS CL the "regular way" (i.e. the way it works with Rietveld) results in a Gerrit CL in the "chrome/ios_internal" project, while according to Chrome Infra it should be in the "bling" project.
To reproduce, obtain a tree by following instructions at https://chrome-internal.googlesource.com/chrome/ios_internal/+/master/docs/engineering/building/getting_the_source.md, in particular:
glogin
mkdir ${HOME}/bling
cd ${HOME}/bling
fetch ios_internal --target_os_only=True
And then upload a CL to gerrit:
git config --local gerrit.host true
git commit -am "bla bla bla"
git cl upload
Comment 1 by sergeybe...@chromium.org
, Sep 19 2017