Update docs about JJB Python verify template 62/42662/2
authorDaniel Farrell <dfarrell@redhat.com>
Wed, 27 Jul 2016 21:34:16 +0000 (17:34 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 28 Jul 2016 01:26:41 +0000 (21:26 -0400)
Change-Id: I18a9a12fdb53799c11e21f1a079fa977f68d4ae6
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
docs/jenkins.rst
jjb/releng-templates.yaml

index d4b7eff6932909fd07251e0c97a9e34df6807df6..abc143ce4dfed32198ca190d3d14d2b095868a11 100644 (file)
@@ -722,10 +722,11 @@ overrided via the opendaylight-infra-wrappers' build-timeout property.
       </tr>
       <tr>
         <td colspan="2">
-          This job template can be used by a project that is Python based. It
-          simply installs a python virtualenv and uses tox to run tests. When
-          using the template you need to provide a {toxdir} which is the path
-          relative to the root of the project repo containing the tox.ini file.
+          This job template can be used by a project that contains Python. It
+          simply installs a Python virtualenv and uses tox to run the tests
+          defined in the project's tox.ini file. If the tox.ini is anywhere
+          other than the project's repo root, the path to its directory
+          relative to the project's repo root should be passed as {toxdir}.
         </td>
       </tr>
 
index ed4f704452e77d78a47dfab2bb510a19fdbcaa64..dda4674115dde2b91245c0373ddd397b30da9f46 100644 (file)
     #     stream:    release stream (eg. stable-lithium or beryllium)
     #     branch:    git branch (eg. stable/lithium or master)
     #     toxdir:    directory containing the project's tox.ini relative to
-    #                the workspace.
+    #                the workspace. Empty works if tox.ini is at project root.
 
     project-type: freestyle
     node: '{build-node}'