X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-python-jobs.yaml;h=4d77d412000bd61cf216984c0b3f4c390032de74;hb=af3db4b5361d4ef71a37aed82fb75055201ffe31;hp=581e34a06d13d80eec76c305e3b3cb2a44abff78;hpb=b4c58535d507307bacce502846b1f9044b6beba6;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-python-jobs.yaml b/jjb/lf-python-jobs.yaml index 581e34a0..4d77d412 100644 --- a/jjb/lf-python-jobs.yaml +++ b/jjb/lf-python-jobs.yaml @@ -86,7 +86,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 +119,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}'