X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fsystem-test-guide.rst;fp=docs%2Fsystem-test-guide.rst;h=e76d64adde3545b1dd4ba8945e94d74d1466010e;hb=70a22bad1af960642b2452339758ececff9706c3;hp=48341fad10db5a73c5d197b8d2faee8673c70f77;hpb=9260a94d5ac26a5b97cda65b1f4f6fbfc9e56255;p=integration%2Ftest.git diff --git a/docs/system-test-guide.rst b/docs/system-test-guide.rst index 48341fad10..e76d64adde 100644 --- a/docs/system-test-guide.rst +++ b/docs/system-test-guide.rst @@ -357,9 +357,18 @@ Before pushing your system test job into jenkins-releng_, it is recommended to debug the job as well as the you system test code in the sandbox. To do that: * Set up sandbox access using jenkins-sandbox-install_ instruction. -* Push you new csit job to sandbox:: +* Push your new csit job to sandbox: - jenkins-jobs --conf jenkins.ini update jjb/ $project-csit-1node-$functionality-only-$branch + Method 1: + + you can write a comment in a releng/builder gerrit patch to have the job automatically created + in the sandbox. The format of the comment is:: + + jjb-deploy + + Method 2:: + + jenkins-jobs --conf jenkins.ini update jjb/ $project-csit-1node-$functionality-only-$branch * Open your job in jenkins-sandbox_ and start a build replacing the PATCHREFSPEC parameter by your int/test patch REFSPEC (e.g. refs/changes/85/23185/1). you