Revert "specify the gerrit listener type to be legacy poller" This reverts commit f571bea85565bbad078192aac5b13ea35517b0c0. Reason for revert: cl/911113829 landed, pubsub should now work. Original change's description: > specify the gerrit listener type to be legacy poller > > I'm trying to move the config from service config[1] to project config. > > [1]: https://chrome-internal.googlesource.com/infradata/config/+/a661f2eec00763dc5279dc4daf7b3586f6c66fec/configs/luci-change-verifier/listener-settings.cfg#70 > > Bug: 421431364 > Change-Id: I61e4c56324f216c57485c79f0a487f05e312e07f > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/432904 > Reviewed-by: Alexander Aprelev <aam@google.com> > Commit-Queue: Alexander Aprelev <aam@google.com> > Auto-Submit: Yiwei Zhang <yiwzhang@google.com> Bug: 421431364 Change-Id: I3eb2c4f099c7546c705b64ddc68c85aa49add60d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/501100 Reviewed-by: Ivan Inozemtsev <iinozemtsev@google.com> Commit-Queue: Alexander Thomas <athom@google.com>
This branch contains dart project-wide configurations for infra services. For example, cr-buildbucket.cfg defines builders that run on the dart waterfall and commit queue.
It is recommended to have a separate checkout for this branch, so switching to/from this branch does not populate/delete all files in the master branch.
Most files in this branch are generated from main.star. Run ./main.star to regenerate them after changes have been made. Files that are auto-generated must not be modified manually, and they have a file header that states that they are.
mkdir config cd config git init git remote add origin https://dart.googlesource.com/sdk git fetch origin infra/config git reset --hard origin/infra/config git config depot-tools.upstream origin/infra/config
Now you can create a new branch to make changes:
git new-branch add-new-builder # edit main.star ./main.star # generate Luci config files git commit -a git cl upload