blob: cebc47605a4ab87bc6e1ed467728c73374e6d2dd [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'
Zack Williams121fd1a2018-07-20 06:50:07 -070016 - 'tag-collision-reject':
Zack Williams32293ee2018-05-18 09:15:13 -070017 dependency-jobs: 'verify_automation-tools_licensed'
Zack Williams121fd1a2018-07-20 06:50:07 -070018 - 'verify-ansible-lint':
19 dependency-jobs: 'verify_automation-tools_tag-collision'
Zack Williams32293ee2018-05-18 09:15:13 -070020 - 'verify-shellcheck':
21 dependency-jobs: 'verify_automation-tools_ansible-lint'
22 - 'verify-sonarqube':
23 dependency-jobs: 'verify_automation-tools_shellcheck'
24