X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-python-job-groups.yaml;h=11b31107ad6726bd11ac147b83f515419ae3a030;hb=9268e4ab2c79a5605c59865ac5dd96231de75518;hp=59066f9381fc701e43613525d6adfde22a63a1e3;hpb=511040b5508089fae1959c4f7da5dbd7621886c4;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-python-job-groups.yaml b/jjb/lf-python-job-groups.yaml index 59066f93..11b31107 100644 --- a/jjb/lf-python-job-groups.yaml +++ b/jjb/lf-python-job-groups.yaml @@ -3,10 +3,9 @@ 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 @@ -14,9 +13,48 @@ 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 the recommended jobs that should be deployed for + # a Gerrit-based Python project to test, build and deploy a package. + + jobs: + - gerrit-pypi-merge + - gerrit-pypi-verify + +- job-group: + name: "{project-name}-github-pypi-jobs" + + # This job group contains the recommended jobs that should be deployed for + # a Github-based Python project to test, build and deploy a package. + + jobs: + - github-pypi-merge + - github-pypi-verify + +- job-group: + name: "{project-name}-gerrit-pypi-release-jobs" + + # This job group contains the recommended jobs that should be deployed for + # a Gerrit-based Python project to promote a package from staging to pypi. + + jobs: + - gerrit-pypi-release-merge + - gerrit-pypi-release-verify + +- job-group: + name: "{project-name}-github-pypi-release-jobs" + + # This job group contains the recommended jobs that should be deployed for + # a Github-based Python project to promote a package from staging to pypi. + + jobs: + - github-pypi-release-merge + - github-pypi-release-verify