X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-python-job-groups.yaml;h=ad0223554e505064322070205e408103778ca215;hb=refs%2Fheads%2Fv0.48.x;hp=60ecc660ebb6dacc6bb9cc6de89af6c818c57ffa;hpb=200c13dbad2552db1ba9cfc185b0dc40db863930;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-python-job-groups.yaml b/jjb/lf-python-job-groups.yaml index 60ecc660..ad022355 100644 --- a/jjb/lf-python-job-groups.yaml +++ b/jjb/lf-python-job-groups.yaml @@ -24,23 +24,39 @@ - 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. + # 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-verify - gerrit-pypi-merge - - gerrit-pypi-release-verify - - gerrit-pypi-release-merge + - gerrit-pypi-verify - 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. + # 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-verify - github-pypi-merge - - github-pypi-release-verify + - 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