From d258efb25884e85b07f000e7bd773318ed71ad85 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Thu, 13 Feb 2014 21:59:25 +0900 Subject: [PATCH] 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 --- doc/source/third_party.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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.