--- - job-group: name: "{project-name}-python-jobs" # This job group contains all the recommended jobs that should be deployed # 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 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