Often, we are running into a scenario in our team where our CI system builds and tests the open changes but the Code-review and Verified labels are pending ,they are stuck waiting on CR+2 and V+1 for weeks and the open changes become stale, we started sending daily emails to get attention for such changes but developers are too busy to take prompt action.We are looking for a way to MOTIVATE (aka penalize :-) )developers to take action, am looking for ideas /suggestions on this can be done this gerrit? has anyone else run into similar workflow related problem and solved it by having a penalizing system?
--
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/8cbaf5b3-e7d6-459a-b0ea-b30a3ab8840f%40googlegroups.com.
Hi!> Often, we are running into a scenario in our team where our CI system builds and tests the open changes but the Code-review and Verified labels are pendingThis depends a lot on the relationship between the change authors and the reviewers. Do they work closely together and have the same goals in mind, or are they from separate teams? Are they good at dealing with disagreement, or do they have good reasons to fear getting involved in a review based on the painful interactions that might result?If you are just meaning to reward behavior that you want to encourage, you can use search to count how many changes a person has reviewed, pick out a few to determine whether they are working well together and providing useful comments, and so on. But ultimately I think the motivation to review has to come from wanting to work together on improving the project's code base.Separate from that is how to remind someone about a change they have started reviewing that now needs their attention. You might be interested in the upcoming attention set <https://www.gerritcodereview.com/design-docs/attention-set.html> features that help with that.Thanks and hope that helps,Jonathan
On Tue, Apr 21, 2020 at 4:52 PM William <bacha....@gmail.com> wrote:
Often, we are running into a scenario in our team where our CI system builds and tests the open changes but the Code-review and Verified labels are pending ,they are stuck waiting on CR+2 and V+1 for weeks and the open changes become stale, we started sending daily emails to get attention for such changes but developers are too busy to take prompt action.--We are looking for a way to MOTIVATE (aka penalize :-) )developers to take action, am looking for ideas /suggestions on this can be done this gerrit? has anyone else run into similar workflow related problem and solved it by having a penalizing system?
--
To unsubscribe, email repo-d...@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-d...@googlegroups.com.
Hi JonathanWhen is below feature scheduled?
I looked at below feature,too detail oriented,do you mind sharing your view on how the below feature will help for this use-case?
How about abandon the changes after a certain amount of time if no activity?Adding the below in your gerrit config will abandon the changes after 90 days of inactivity.And it runs every week.[changeCleanup]abandonAfter = 90 daysstartTime = Sun 21:00interval = 1 week