Hi list :)
I think that Gerrit plugin should take patch before it get merget, Run it to see if compile and tests are passing. Also give to patch Validate +1 and +1 if tests pass or -1 if not compile and -1 if tests are not passing.
Thanks to Edwin response I configure gerrit and start working, but it always gives me Validate +1. Even if not compile or if tests fails.
This is my current gerrit trigger configuration:
Verify
Started: 0
Successfull: 1
Failed: -1
Unstable: 0
Code Review
Started: 0
Successful: 0
Failed: -1
Unstable: -1
Is this configuration correct? What else need to be configured? Do i need something in git Source Code Management Configuration? Merge after checkout or something? What I missing?
Thank you.