--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
Scott Lavender | Cloud Release Engineer
_____________________________________ _______
Google Voice 678.744.8194
slav...@internap.com • www.internap.com
INTERNAP ®
connectivity | colocation | managed hosting | cloud
One Ravinia Drive • Suite 1300 • Atlanta • GA • 30346
It’s in the management settings under “Gerrit Verified Commands”, but having looked at it again I don’t think it actually does what I thought.
For Started, Successful, Failed and Unstable there are default gerrit commands, e.g.:
gerrit approve <CHANGE>,<PATCHSET> --message 'Build Started <BUILDURL> <STARTED_STATS>' --verified <VERIFIED> --code-review <CODE_REVIEW>
which will be sent to gerrit over ssh.
The defaults can be changed, but must still be valid gerrit commands. If the setting is left empty, or contains an invalid command (which will cause the ssh call to fail) an error will be written to the log.
--