X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-python-jobs.yaml;h=e66f522cc899ca116b17515e2c99a7abe3f6cd0d;hb=11679542b3d7adde0a37c894a7422f72311c8c66;hp=581e34a06d13d80eec76c305e3b3cb2a44abff78;hpb=662ca55cf3baf82a79bb20607623b26e03b18f59;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-python-jobs.yaml b/jjb/lf-python-jobs.yaml index 581e34a0..e66f522c 100644 --- a/jjb/lf-python-jobs.yaml +++ b/jjb/lf-python-jobs.yaml @@ -40,6 +40,7 @@ branch: master build-timeout: 10 git-url: '$GIT_URL/$GERRIT_PROJECT' + stream: '{stream}' submodule-recursive: true tox-dir: '' tox-envs: '' @@ -56,6 +57,7 @@ - lf-infra-parameters: project: '{project}' branch: '{branch}' + stream: '{stream}' - lf-infra-tox-parameters: tox-dir: '{tox-dir}' tox-envs: '{tox-envs}' @@ -86,7 +88,7 @@ # Python projects typically use tox to run testing. name: '{project-name}-tox-verify-{stream}' id: gerrit-tox-verify - <<: *lf-tox-verify + <<: *lf_tox_verify scm: - lf-infra-gerrit-scm: @@ -119,15 +121,15 @@ # Python projects typically use tox to run testing. name: '{project-name}-tox-verify-{stream}' id: github-tox-verify - <<: *lf-tox-verify + <<: *lf_tox_verify properties: - github: - url: '${{GIT_URL}}{github-org}/{project}' + url: '{git-url}/{github-org}/{project}' scm: - lf-infra-github-scm: - url: '${{GIT_CLONE_URL}}{github-org}/{project}' + url: '{git-clone-url}{github-org}/{project}' refspec: '+refs/pull/*:refs/remotes/origin/pr/*' branch: '{branch}' submodule-recursive: '{submodule-recursive}'