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}' |
Zack Williams | a685a89 | 2019-12-10 14:59:35 -0700 | [diff] [blame] | 11 | - 'publish-automation-tools-jobs' |
Zack Williams | 32293ee | 2018-05-18 09:15:13 -0700 | [diff] [blame] | 12 | |
| 13 | - job-group: |
| 14 | name: 'verify-automation-tools-jobs' |
| 15 | jobs: |
| 16 | - 'verify-licensed' |
Zack Williams | 121fd1a | 2018-07-20 06:50:07 -0700 | [diff] [blame] | 17 | - 'tag-collision-reject': |
Zack Williams | 32293ee | 2018-05-18 09:15:13 -0700 | [diff] [blame] | 18 | dependency-jobs: 'verify_automation-tools_licensed' |
Zack Williams | 121fd1a | 2018-07-20 06:50:07 -0700 | [diff] [blame] | 19 | - 'verify-ansible-lint': |
hwchiu | f4a77ce | 2019-09-06 17:15:21 -0700 | [diff] [blame] | 20 | skip-dirs: "comac comac-in-a-box" |
Zack Williams | 121fd1a | 2018-07-20 06:50:07 -0700 | [diff] [blame] | 21 | dependency-jobs: 'verify_automation-tools_tag-collision' |
Zack Williams | 32293ee | 2018-05-18 09:15:13 -0700 | [diff] [blame] | 22 | - 'verify-shellcheck': |
| 23 | dependency-jobs: 'verify_automation-tools_ansible-lint' |
Zack Williams | 32293ee | 2018-05-18 09:15:13 -0700 | [diff] [blame] | 24 | |
Zack Williams | a685a89 | 2019-12-10 14:59:35 -0700 | [diff] [blame] | 25 | - job-group: |
| 26 | name: 'publish-automation-tools-jobs' |
| 27 | jobs: |
| 28 | - 'docker-publish': |
| 29 | build-timeout: 30 |
| 30 | docker-repo: 'opencord' |
| 31 | dependency-jobs: 'version-tag' |