X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-python-job-groups.yaml;h=60ecc660ebb6dacc6bb9cc6de89af6c818c57ffa;hb=9c9feb37d817b1829d82e1531fa3a85499cbe7c4;hp=388eaa3b09c2d1f5fbe1420a554887b2e44b258b;hpb=ebf363ee455e93e1998ba1e5fa73d515213a06d3;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-python-job-groups.yaml b/jjb/lf-python-job-groups.yaml index 388eaa3b..60ecc660 100644 --- a/jjb/lf-python-job-groups.yaml +++ b/jjb/lf-python-job-groups.yaml @@ -3,18 +3,44 @@ name: "{project-name}-python-jobs" # This job group contains all the recommended jobs that should be deployed - # for any project ci that is using Gerrit. + # for a Gerrit-based Python project to verify commits using tox. jobs: - gerrit-python-xc-clm - gerrit-tox-verify + - gerrit-tox-merge - job-group: name: "{project-name}-github-python-jobs" # This job group contains all the recommended jobs that should be deployed - # for any project ci that is using GitHub. + # for a Github-based Python project to verify commits using tox. jobs: - github-python-xc-clm - github-tox-verify + - github-tox-merge + +- job-group: + name: "{project-name}-gerrit-pypi-jobs" + + # This job group contains all the recommended jobs that should be deployed for + # a Gerrit-based Python project to test, build and deploy a library to PyPI. + + jobs: + - gerrit-pypi-verify + - gerrit-pypi-merge + - gerrit-pypi-release-verify + - gerrit-pypi-release-merge + +- job-group: + name: "{project-name}-github-pypi-jobs" + + # This job group contains all the recommended jobs that should be deployed for + # a Github-based Python project to test, build and deploy a library to PyPI. + + jobs: + - github-pypi-verify + - github-pypi-merge + - github-pypi-release-verify + - github-pypi-release-merge