X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-python-job-groups.yaml;h=11b31107ad6726bd11ac147b83f515419ae3a030;hb=9268e4ab2c79a5605c59865ac5dd96231de75518;hp=60ecc660ebb6dacc6bb9cc6de89af6c818c57ffa;hpb=3dd1773c0ec86b6f24f5e31df7ea0d8650c3c092;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-python-job-groups.yaml b/jjb/lf-python-job-groups.yaml index 60ecc660..11b31107 100644 --- a/jjb/lf-python-job-groups.yaml +++ b/jjb/lf-python-job-groups.yaml @@ -6,7 +6,6 @@ # for a Gerrit-based Python project to verify commits using tox. jobs: - - gerrit-python-xc-clm - gerrit-tox-verify - gerrit-tox-merge @@ -17,30 +16,45 @@ # 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. + # 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