X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-python-jobs.yaml;h=005f99f76ac03206d55e7f63594fb17a0bc9863e;hb=68bd994cd29f48a35bfbd421500969210d375868;hp=99c0661969f2e05e382ee23e7d3a7279a67cae91;hpb=05a16f0995e431393e85a9a0ea7f8dffbc61a3ff;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-python-jobs.yaml b/jjb/lf-python-jobs.yaml index 99c06619..005f99f7 100644 --- a/jjb/lf-python-jobs.yaml +++ b/jjb/lf-python-jobs.yaml @@ -17,9 +17,9 @@ jobs: - github-tox-verify -#################### -# Anchors & Macros # -#################### +############## +# Tox Verify # +############## - lf_tox_verify: &lf_tox_verify name: lf-tox-verify @@ -40,7 +40,7 @@ branch: master build-timeout: 10 git-url: '$GIT_URL/$GERRIT_PROJECT' - stream: '{stream}' + stream: master submodule-recursive: true tox-dir: '' tox-envs: '' @@ -58,6 +58,7 @@ project: '{project}' branch: '{branch}' stream: '{stream}' + lftools-version: '{lftools-version}' - lf-infra-tox-parameters: tox-dir: '{tox-dir}' tox-envs: '{tox-envs}' @@ -80,10 +81,6 @@ publishers: - lf-infra-publish -################# -# Job Templates # -################# - - job-template: # Python projects typically use tox to run testing. name: '{project-name}-tox-verify-{stream}'