X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-macros.yaml;h=529254c92ad81c113ea92f0eb796897c38d9a5ab;hb=ff490ac1ed8f71b44834dbb025a6f44f4611db39;hp=452c36a35be6be457c1c59968ad8a1e171a8c880;hpb=0f5407d52cb7483a04426c49defca6553ac01aaf;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-macros.yaml b/jjb/lf-macros.yaml index 452c36a3..529254c9 100644 --- a/jjb/lf-macros.yaml +++ b/jjb/lf-macros.yaml @@ -275,13 +275,22 @@ - shell: !include-raw-escape: ../shell/rtd-verify.sh - builder: - name: lf-rtdv2-build + name: lf-rtdv3-build + builders: - - lf-infra-pre-build - - lf-infra-tox-install: - python-version: "python3" - - shell: !include-raw: ../shell/tox-run.sh - - shell: !include-raw: ../shell/rtdv2.sh + - conditional-step: + condition-kind: file-exists + condition-filename: .readthedocs.yaml + on-evaluation-failure: dont-run + steps: + - inject: + properties-content: | + TOX_ENVS=docs,docs-linkcheck + - lf-infra-pre-build + - lf-infra-tox-install: + python-version: "python3" + - shell: !include-raw: ../shell/tox-run.sh + - shell: !include-raw: ../shell/rtdv3.sh - builder: name: check-info-votes