Fix rtd merge job to handle new tag uploaded
[releng/global-jjb.git] / jjb / lf-python-job-groups.yaml
1 ---
2 - job-group:
3     name: "{project-name}-python-jobs"
4
5     # This job group contains all the recommended jobs that should be deployed
6     # for a Gerrit-based Python project to verify commits using tox.
7
8     jobs:
9       - gerrit-python-xc-clm
10       - gerrit-tox-verify
11       - gerrit-tox-merge
12
13 - job-group:
14     name: "{project-name}-github-python-jobs"
15
16     # This job group contains all the recommended jobs that should be deployed
17     # for a Github-based Python project to verify commits using tox.
18
19     jobs:
20       - github-python-xc-clm
21       - github-tox-verify
22       - github-tox-merge
23
24 - job-group:
25     name: "{project-name}-gerrit-pypi-jobs"
26
27     # This job group contains all the recommended jobs that should be deployed for
28     # a Gerrit-based Python project to test, build and deploy a library to PyPI.
29
30     jobs:
31       - gerrit-pypi-verify
32       - gerrit-pypi-merge
33       - gerrit-pypi-release-verify
34       - gerrit-pypi-release-merge
35
36 - job-group:
37     name: "{project-name}-github-pypi-jobs"
38
39     # This job group contains all the recommended jobs that should be deployed for
40     # a Github-based Python project to test, build and deploy a library to PyPI.
41
42     jobs:
43       - github-pypi-verify
44       - github-pypi-merge
45       - github-pypi-release-verify
46       - github-pypi-release-merge