blob: fc92276df904f752fb9cc896fc909c1aa85c5790 [file] [log] [blame]
Kailash Khalasi18b53b82018-04-12 13:51:25 -07001---
2# verification jobs for 'vsg' repo
3
4- project:
5 name: vsg
6 project: '{name}'
7
8 jobs:
9 - 'verify-vsg-jobs':
10 branch-regexp: '{supported-branches-regexp}'
11
12- job-group:
13 name: 'verify-vsg-jobs'
14 jobs:
15 - 'verify-licensed'
Zack Williamsb7a509a2018-06-22 17:00:50 -070016 - 'tag-collision-reject':
Kailash Khalasi18b53b82018-04-12 13:51:25 -070017 dependency-jobs: 'verify_vsg_licensed'
Kailash Khalasi206e90a2018-05-15 14:57:51 -070018 - 'xos-unit-test':
Zack Williamsad92e6e2020-10-07 09:54:10 -070019 dependency-jobs: 'verify_vsg_tag-collision'
Joey Armstrongaf679da2023-01-31 14:22:41 -050020
21# [EOF]