Add python templates to run tox on merge
[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 any project ci that is using Gerrit.
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 any project ci that is using GitHub.
18
19     jobs:
20       - github-python-xc-clm
21       - github-tox-verify
22       - github-tox-merge