X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Flf-rtd-jobs.yaml;h=6dc3a99108f0d21cd69e77093a2ee5e69f3c70cd;hb=dd42fc20909306ec8af61757ea8d1ae7e179bec9;hp=2dfab6ea37bbf9f4850515d5253c4f804c7ba8d9;hpb=4372954ecaddfe3b821eaa1cc2cf5615e5f03b6a;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-rtd-jobs.yaml b/jjb/lf-rtd-jobs.yaml index 2dfab6ea..6dc3a991 100644 --- a/jjb/lf-rtd-jobs.yaml +++ b/jjb/lf-rtd-jobs.yaml @@ -91,6 +91,7 @@ # :build-node: The node to run build on. # :build-timeout: Timeout in seconds before aborting build. (default: 15) # :git-url: base URL of git project. (default: https://github.com) + # :project-pattern: Project to trigger build against. (default: **) # :stream: Keyword that can be used to represent a release code-name. # Often the same as the branch. (default: master) @@ -102,6 +103,7 @@ build-days-to-keep: 7 build-timeout: 15 git-url: https://github.com + project-pattern: '**' stream: master submodule-recursive: true @@ -129,7 +131,7 @@ comment-contains-value: 'remerge$' projects: - project-compare-type: 'ANT' - project-pattern: '**' + project-pattern: '{project-pattern}' branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' @@ -177,6 +179,7 @@ # :doc-dir: Directory where tox will place built docs. # as defined in the tox.ini (default: docs/_build/html) # :git-url: URL clone project from. (default: $GIT_URL/$PROJECT) + # :project-pattern: Project to trigger build against. (default: **) # :stream: Keyword that can be used to represent a release code-name. # Often the same as the branch. (default: master) # :submodule-recursive: Whether to checkout submodules recursively. @@ -191,6 +194,7 @@ build-timeout: 15 doc-dir: docs/_build/html git-url: '$GIT_URL/$PROJECT' + project-pattern: '**' stream: master submodule-recursive: true @@ -228,7 +232,7 @@ comment-contains-value: 'recheck$' projects: - project-compare-type: 'ANT' - project-pattern: '**' + project-pattern: '{project-pattern}' branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}'