blob: 4a0cb637236f5941a8bd3d23b660e329a3444677 [file] [log] [blame]
Zack Williams32293ee2018-05-18 09:15:13 -07001---
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'
16 - 'verify-ansible-lint':
17 dependency-jobs: 'verify_automation-tools_licensed'
18 - 'verify-shellcheck':
19 dependency-jobs: 'verify_automation-tools_ansible-lint'
20 - 'verify-sonarqube':
21 dependency-jobs: 'verify_automation-tools_shellcheck'
22