On 7 Nov 2018, at 09:55, aasys...@gmail.com wrote:HI,I would like to implement feture which periodically autosubmit open commit with CR=+2, V=+1 and SR=+1 .
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On 7 Nov 2018, at 10:33, aasys...@gmail.com wrote:Luca,Thank you for reply. Yes, I tried but I need documentation how to use this plugin. I'm using gerrit 2.14.1 with autosubmitter v2.14-18-g7d15ac8bd0 plugin. I add autosubmitter user to gerrit and add him to code review and nothing happens...
Best regards,Grzegorz
W dniu środa, 7 listopada 2018 10:56:50 UTC+1 użytkownik aasys...@gmail.com napisał:HI,I would like to implement feture which periodically autosubmit open commit with CR=+2, V=+1 and SR=+1 .
Have you read the README.md?You need to have a "bot account" (e.g. ad...@example.com) that is responsible for merging the changes and is authorised to do so.Then you add to your gerrit.config the following two lines:
[automerge] botEmai...@example.com
Hi Luca,Are there any plans of supporting botAccount as an alternative to botEmail?Because in our organization, an AD service account (e.g. jenkins, gerrit) are not given an email address.
Thanks,Michelle
On Wednesday, 7 November 2018 19:39:45 UTC+9, lucamilanesio wrote:Have you read the README.md?You need to have a "bot account" (e.g. ad...@example.com) that is responsible for merging the changes and is authorised to do so.Then you add to your gerrit.config the following two lines: