X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fjjb%2Flf-rtdv3-jobs.rst;h=85a1480e580919ca69992333dfe79a202591fd5d;hb=d167a2d67729501e3b521a33b668804db377842d;hp=8fe73f9b880abafcaf85fe44cda4c0bd66004491;hpb=fc8963fdf93dfb1997bb8b11558c3876a2f75751;p=releng%2Fglobal-jjb.git diff --git a/docs/jjb/lf-rtdv3-jobs.rst b/docs/jjb/lf-rtdv3-jobs.rst index 8fe73f9b..85a1480e 100644 --- a/docs/jjb/lf-rtdv3-jobs.rst +++ b/docs/jjb/lf-rtdv3-jobs.rst @@ -56,6 +56,14 @@ explanation presented in: https://github.com/lfit-sandbox/test. This is all currently a beta feature, so feedback is encouraged. The script `docs_script.sh` is not needed, you can copy the files by hand if you prefer. +The default location of the tox.ini file is in the git repository root +directory. Optionally your documentation lead may decide to store all tox files +within the required "docs" subdirectory by setting configuration option +"tox-dir" to value "docs/" as discussed below. + +If your project's tox dir is "docs/" and not "." the tox.ini must be +reconfigured with the correct relative paths. + Once these files are correctly configured in your repository you can test locally: @@ -137,6 +145,7 @@ example file: ci-management/jjb/rtd/rtd.yaml name: rtdv3-global-verify build-node: centos7-builder-1c-1g default-version: latest + tox-dir: "." jobs: - rtdv3-global-verify stream: @@ -166,6 +175,7 @@ Or add both jobs via a job group: - project: name: rtdv3-global default-version: latest + tox-dir: "." build-node: centos7-builder-1c-1g jobs: - rtdv3-global @@ -279,7 +289,7 @@ Also outputs some info on the build. (default: 10) :submodule-disable: Disable submodule checkout operation. (default: false) - + :tox-dir: Directory containing the project's read the docs tox.ini :gerrit_verify_triggers: Override Gerrit Triggers. :gerrit_trigger_file_paths: Override file paths filter which checks which file modifications will trigger a build.