X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fjjb%2Flf-python-jobs.rst;fp=docs%2Fjjb%2Flf-python-jobs.rst;h=48f35884dd2a3e00c70948bbdd810e87584010b2;hb=c4abc9f35e7e41a55a0bae2e06a9af7f7f6c03d6;hp=0f02b428b4faeb7be3725e3a9cc055a472749b22;hpb=1a5a6387044fbca79d9bad4d4037e086637f7b30;p=releng%2Fglobal-jjb.git diff --git a/docs/jjb/lf-python-jobs.rst b/docs/jjb/lf-python-jobs.rst index 0f02b428..48f35884 100644 --- a/docs/jjb/lf-python-jobs.rst +++ b/docs/jjb/lf-python-jobs.rst @@ -43,8 +43,8 @@ Creates a Tox virtual environment and invokes tox. :Required Parameters: - :parallel: Boolean. If true use detox (distributed tox); - else use regular tox. + :parallel: Boolean. If true use tox with the options "--parallel auto" + and "--parallel-live" to parallelize jobs in the envlist; Job Templates @@ -202,6 +202,8 @@ https://docs.sonarqube.org/display/PLUG/Python+Coverage+Results+Import :mvn-version: Version of maven to use. (default: mvn35) :parallel: Boolean indicator for tox to run tests in parallel or series. (default: false, in series) + If true use tox with the options "--parallel auto" and "--parallel-live" + to parallelize jobs in the envlist. :pre-build-script: Shell script to execute before the Sonar builder. For example, install prerequisites or move files to the repo root. (default: a string with a shell comment) @@ -293,6 +295,8 @@ Plug-in configurations :github-url: URL for Github. (default: https://github.com) :parallel: Boolean indicator for tox to run tests in parallel or series. (default: false, in series) + If true use tox with the options "--parallel auto" and "--parallel-live" + to parallelize jobs in the envlist. :pre-build-script: Shell script to run before tox. Useful for setting up dependencies. (default: a string with a shell comment) :python-version: Python version to invoke pip install of tox-pyenv @@ -402,7 +406,9 @@ variables before running. For example, install prerequisites or move files to the repo root. (default: a string with a shell comment) :parallel: Boolean indicator for tox to run tests in parallel or series. - (default: false, in series) + (default: false, in series) + If true use tox with the options "--parallel auto" and "--parallel-live" + to parallelize jobs in the envlist. :python-version: Python version to invoke pip install of tox-pyenv (default: python2) :stream: Keyword representing a release code-name. @@ -569,7 +575,9 @@ is optional, it defaults to pypi.org. :mvn-params: Parameters to pass to the mvn CLI. (default: '') :mvn-version: Version of maven to use. (default: mvn35) :parallel: Boolean indicator for tox to run tests in parallel or series. - (default: false, in series) + (default: false, in series) + If true use tox with the options "--parallel auto" and "--parallel-live" + to parallelize jobs in the envlist. :pre-build-script: Shell script to execute before the tox builder. For example, install system prerequisites. (default: a shell comment) :pypi-repo: Key for the PyPI target repository in the .pypirc file, @@ -681,7 +689,9 @@ is optional, it defaults to pypi.org. :mvn-params: Parameters to pass to the mvn CLI. (default: '') :mvn-version: Version of maven to use. (default: mvn35) :parallel: Boolean indicator for tox to run tests in parallel or series. - (default: false, in series) + (default: false, in series) + If true use tox with the options "--parallel auto" and "--parallel-live" + to parallelize jobs in the envlist. :pre-build-script: Shell script to execute before the tox builder. For example, install system prerequisites. (default: a shell comment) :pypi-repo: Key for the PyPI target repository in the .pypirc file, @@ -797,7 +807,9 @@ pyenv variables before running. :mvn-params: Parameters to pass to the mvn CLI. (default: '') :mvn-version: Version of maven to use. (default: mvn35) :parallel: Boolean indicator for tox to run tests in parallel or series. - (default: false, in series) + (default: false, in series) + If true use tox with the options "--parallel auto" and "--parallel-live" + to parallelize jobs in the envlist. :pre-build-script: Shell script to execute before the tox builder. For example, install system prerequisites. (default: a shell comment) :python-version: Python version to invoke pip install of tox-pyenv