X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-rtd-jobs.yaml;h=8e9def99eeac5365e12d73bd1e2d3c0e5c94fc31;hb=e404e86b3c141d37504a8cdb653b047e939a8d77;hp=5461ae8547d7f210b85457f33687e8aed8cf1c5b;hpb=7343a81f3a30e98371b292e5642719801615a068;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-rtd-jobs.yaml b/jjb/lf-rtd-jobs.yaml index 5461ae85..8e9def99 100644 --- a/jjb/lf-rtd-jobs.yaml +++ b/jjb/lf-rtd-jobs.yaml @@ -74,18 +74,22 @@ # # Required parameters: # + # :build-node: The node to run build on. + # :jenkins-ssh-credential: Credential to use for SSH. (Generally should + # be configured in defaults.yaml) # :rtd-project: This is the name of the project on ReadTheDocs.org. # # Optional parameters: # # :branch: Git branch to fetch for the build. (default: master) # :build-days-to-keep: Days to keep build logs in Jenkins. (default: 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) + # :submodule-recursive: Whether to checkout submodules recursively. + # (default: true) # # :gerrit_merge_triggers: Override Gerrit Triggers. # :gerrit_trigger_file_paths: Override file paths which can be used to @@ -172,7 +176,13 @@ name: lf-rtd-verify # Verify job which runs a tox build of the docs project # - # Optional parameters: + # Required Parameters: + # + # :build-node: The node to run build on. + # :jenkins-ssh-credential: Credential to use for SSH. (Generally should + # be configured in defaults.yaml) + # + # Optional Parameters: # # :branch: Git branch to fetch for the build. (default: master) # :build-days-to-keep: Days to keep build logs in Jenkins. (default: 7) @@ -210,7 +220,7 @@ gerrit_verify_triggers: - patchset-created-event: - exclude-drafts: false + exclude-drafts: true exclude-trivial-rebase: false exclude-no-code-change: false - draft-published-event @@ -235,10 +245,10 @@ scm: - lf-infra-gerrit-scm: - branch: '{branch}' + branch: '$GERRIT_BRANCH' jenkins-ssh-credential: '{jenkins-ssh-credential}' git-url: '{git-url}' - refspec: '' + refspec: '$GERRIT_REFSPEC' submodule-recursive: '{submodule-recursive}' choosing-strategy: default