X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-rtd-jobs.yaml;h=5d53bde7b6aa85d710300fcc68e2b425181ed169;hb=refs%2Fchanges%2F37%2F12037%2F6;hp=3c21dbc502f02a0db4c141dba9346d21e6c383e0;hpb=bc24edbf8e3fa80b34c53604c637a66ea76ddf58;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-rtd-jobs.yaml b/jjb/lf-rtd-jobs.yaml index 3c21dbc5..5d53bde7 100644 --- a/jjb/lf-rtd-jobs.yaml +++ b/jjb/lf-rtd-jobs.yaml @@ -83,6 +83,7 @@ build-days-to-keep: 7 build-timeout: 15 git-url: https://github.com + github-url: 'https://github.com' project-pattern: '**' stream: master submodule-recursive: true @@ -128,8 +129,10 @@ <<: *lf_rtd_merge properties: + - lf-infra-properties: + build-days-to-keep: '{build-days-to-keep}' - github: - url: '{git-url}/{github-org}/{project}' + url: '{github-url}/{github-org}/{project}' triggers: - timed: 'H H * * *' @@ -147,6 +150,8 @@ white-list: '{obj:github_pr_whitelist}' admin-list: '{obj:github_pr_admin_list}' included-regions: '{obj:github_included_regions}' + white-list-target-branches: + - '{branch}' ############# # RTD VERIFY# @@ -164,6 +169,7 @@ build-timeout: 15 doc-dir: docs/_build/html git-url: '$GIT_URL/$PROJECT' + github-url: 'https://github.com' project-pattern: '**' stream: master submodule-recursive: true @@ -175,7 +181,7 @@ exclude-no-code-change: false - draft-published-event - comment-added-contains-event: - comment-contains-value: recheck$ + comment-contains-value: '^Patch Set[ ]+[0-9]+:([ ]+|[\n]+)(recheck|reverify)$' ##################### # Job Configuration # @@ -223,8 +229,10 @@ <<: *lf_rtd_verify properties: + - lf-infra-properties: + build-days-to-keep: '{build-days-to-keep}' - github: - url: '{git-url}/{github-org}/{project}' + url: '{github-url}/{github-org}/{project}' scm: - lf-infra-github-scm: @@ -237,9 +245,11 @@ triggers: - github-pull-request: - trigger-phrase: '^recheck$' + trigger-phrase: '^(recheck|reverify)$' only-trigger-phrase: false status-context: 'RTD Verify' permit-all: true github-hooks: true included-regions: '{obj:github_included_regions}' + white-list-target-branches: + - '{branch}'