X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-python-jobs.yaml;h=c37fab3254f80835d65681500696f7eadeb79373;hb=1945ffb09e4857fbe7e6b14310dbbcf84a50a361;hp=904a3f1638d912af61121fc2727c15a468df1be5;hpb=23439aa19a33555114efea80bbe1654be9840f32;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-python-jobs.yaml b/jjb/lf-python-jobs.yaml index 904a3f16..c37fab32 100644 --- a/jjb/lf-python-jobs.yaml +++ b/jjb/lf-python-jobs.yaml @@ -24,32 +24,6 @@ - lf_tox_verify: &lf_tox_verify name: lf-tox-verify - # Tox runner to verify a project - # - # Runs tox to verify a project. - # - # 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: The branch to build against. (default: master) - # :build-days-to-keep: Days to keep build logs in Jenkins. (default: 7) - # :build-timeout: Timeout in seconds before aborting build. (default: 10) - # :git-url: URL clone project from. (default: $GIT_URL/$PROJECT) - # :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) - # :tox-dir: Directory containing the project's tox.ini relative to - # the workspace. Empty works if tox.ini is at project root. - # (default: '') - # :tox-envs: Tox environments to run. If blank run everything described - # in tox.ini. (default: '') - ###################### # Default parameters # ######################