From: Luis Gomez Date: Fri, 18 Dec 2015 03:51:21 +0000 (-0800) Subject: Add information on test-distribution trigger X-Git-Tag: release/beryllium~244^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=08f95aff09d589d61b76e28eb600ea23e95e979a;p=releng%2Fbuilder.git Add information on test-distribution trigger Change-Id: I546267228860196b538383658c11d6a3c59333ff Signed-off-by: Luis Gomez --- diff --git a/src/site/markdown/jenkins.markdown b/src/site/markdown/jenkins.markdown index 4bfdb1c84..d1540a687 100644 --- a/src/site/markdown/jenkins.markdown +++ b/src/site/markdown/jenkins.markdown @@ -488,6 +488,21 @@ in your project.cfg file under the **DEPENDENCIES** variable. If no dependencies are listed then this job type is disabled by default. +### Distribution Test Job + +Trigger: **test-distribution** + +This job builds a distrbution against your patch, passes distribution sanity test +and reports back the results to Gerrit. Leave a comment with trigger keyword above +to activate it for a particular patch. + +This job is maintained by the [Integration/Test][1] project. + +**Note:** Running the "test-distribution" trigger will cause Jenkins to remove +it's existing vote if it's already -1 or +1'd a comment. You will need to +re-run your verify job (recheck) after running this to get Jenkins to put back +the correct vote. + ### Patch Test Job Trigger: **test-integration**