A note to suggest openstack-dev/sandbox project for CI testing

It also removes "--submit" option from the configuration of
successful gerrit command line. OpenStack Gerrit does not allow
verify post with submit now.

Change-Id: I92dfb9b9026181c82b6049be87eb2a2d147a5444
This commit is contained in:
Akihiro Motoki 2014-02-13 21:59:25 +09:00
parent c3811872cd
commit d258efb258

View File

@ -176,7 +176,7 @@ Jenkins` menu. This should be given the following options::
(under Advanced Button):
Stated: (blank)
Successful: gerrit approve <CHANGE>,<PATCHSET> --message 'Build Successful <BUILDS_STATS>' --verified <VERIFIED> --code-review <CODE_REVIEW> --submit
Successful: gerrit approve <CHANGE>,<PATCHSET> --message 'Build Successful <BUILDS_STATS>' --verified <VERIFIED> --code-review <CODE_REVIEW>
Failed: gerrit approve <CHANGE>,<PATCHSET> --message 'Build Failed <BUILDS_STATS>' --verified <VERIFIED> --code-review <CODE_REVIEW>
Unstable: gerrit approve <CHANGE>,<PATCHSET> --message 'Build Unstable <BUILDS_STATS>' --verified <VERIFIED> --code-review <CODE_REVIEW>
@ -198,3 +198,13 @@ should configure as follows::
This job will now automatically trigger when a new patchset is uploaded and will
report the results to Gerrit automatically.
Testing your CI setup
---------------------
You can use ``openstack-dev/sandbox`` project to test your external CI
infrastructure with OpenStack Gerrit system. By using sandbox project you
can test your CI system without affecting regular OpenStack reviews.
Once you confirm your CI system works as you expected, change your
configuration of gerrit trigger plugin or zuul to subscribe gerrit events
from your target project.