Zack Williams | 32293ee | 2018-05-18 09:15:13 -0700 | [diff] [blame] | 1 | --- |
| 2 | # verification jobs for 'automation-tools' repo |
| 3 | |
| 4 | - project: |
| 5 | name: automation-tools |
| 6 | project: '{name}' |
| 7 | |
| 8 | jobs: |
| 9 | - 'verify-automation-tools-jobs': |
| 10 | branch-regexp: '{supported-branches-regexp}' |
| 11 | |
| 12 | - job-group: |
| 13 | name: 'verify-automation-tools-jobs' |
| 14 | jobs: |
| 15 | - 'verify-licensed' |
Zack Williams | 121fd1a | 2018-07-20 06:50:07 -0700 | [diff] [blame] | 16 | - 'tag-collision-reject': |
Zack Williams | 32293ee | 2018-05-18 09:15:13 -0700 | [diff] [blame] | 17 | dependency-jobs: 'verify_automation-tools_licensed' |
Zack Williams | 121fd1a | 2018-07-20 06:50:07 -0700 | [diff] [blame] | 18 | - 'verify-ansible-lint': |
| 19 | dependency-jobs: 'verify_automation-tools_tag-collision' |
Zack Williams | 32293ee | 2018-05-18 09:15:13 -0700 | [diff] [blame] | 20 | - 'verify-shellcheck': |
| 21 | dependency-jobs: 'verify_automation-tools_ansible-lint' |
| 22 | - 'verify-sonarqube': |
| 23 | dependency-jobs: 'verify_automation-tools_shellcheck' |
| 24 | |