diff --git a/doc/source/third_party.rst b/doc/source/third_party.rst index 29c2db0a1c..9e2cada9a4 100644 --- a/doc/source/third_party.rst +++ b/doc/source/third_party.rst @@ -176,7 +176,7 @@ Jenkins` menu. This should be given the following options:: (under Advanced Button): Stated: (blank) - Successful: gerrit approve , --message 'Build Successful ' --verified --code-review --submit + Successful: gerrit approve , --message 'Build Successful ' --verified --code-review Failed: gerrit approve , --message 'Build Failed ' --verified --code-review Unstable: gerrit approve , --message 'Build Unstable ' --verified --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.