blob: 60b1c43394b52d349e0528932efcc166d1881302 [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':
hwchiuf4a77ce2019-09-06 17:15:21 -070019 skip-dirs: "comac comac-in-a-box"
Zack Williams121fd1a2018-07-20 06:50:07 -070020 dependency-jobs: 'verify_automation-tools_tag-collision'
Zack Williams32293ee2018-05-18 09:15:13 -070021 - 'verify-shellcheck':
22 dependency-jobs: 'verify_automation-tools_ansible-lint'
23 - 'verify-sonarqube':
24 dependency-jobs: 'verify_automation-tools_shellcheck'
25