Zack Williams | 7c4fdf8 | 2019-02-13 10:56:13 -0700 | [diff] [blame] | 1 | --- |
| 2 | # verification jobs for 'plyxproto' repo |
| 3 | |
| 4 | - project: |
| 5 | name: plyxproto |
| 6 | project: '{name}' |
| 7 | |
| 8 | jobs: |
| 9 | - 'verify-plyxproto-jobs': |
| 10 | branch-regexp: '{supported-branches-regexp}' |
Zack Williams | 5d8f253 | 2019-02-14 12:20:51 -0700 | [diff] [blame] | 11 | - 'post-merge-plyxproto-jobs': |
| 12 | branch-regexp: '{supported-branches-regexp}' |
| 13 | pypi-index: 'pypi' |
Zack Williams | 7c4fdf8 | 2019-02-13 10:56:13 -0700 | [diff] [blame] | 14 | |
| 15 | - job-group: |
| 16 | name: 'verify-plyxproto-jobs' |
| 17 | jobs: |
| 18 | - 'verify-licensed' |
| 19 | - 'tag-collision-reject': |
| 20 | dependency-jobs: 'verify_plyxproto_licensed' |
| 21 | - 'python-unit-test': |
| 22 | dependency-jobs: 'verify_plyxproto_sonarqube' |
Zack Williams | 5d8f253 | 2019-02-14 12:20:51 -0700 | [diff] [blame] | 23 | |
| 24 | - job-group: |
| 25 | name: 'post-merge-plyxproto-jobs' |
| 26 | jobs: |
| 27 | - 'pypi-publish': |
| 28 | project-regexp: '^{name}$' |
| 29 | dependency-jobs: 'version-tag' |