blob: 45932bbcc30c237f50d5efa1f44c2585e258aed5 [file] [log] [blame]
Kailash Khalasi18b53b82018-04-12 13:51:25 -07001---
2# verification jobs for 'ecord' repo
3
4- project:
5 name: ecord
6 project: '{name}'
7
8 jobs:
9 - 'verify-ecord-jobs':
Zack Williams2905c342018-06-21 09:13:05 -070010 branch-regexp: '{legacy-branches-regexp}'
Kailash Khalasi18b53b82018-04-12 13:51:25 -070011
12- job-group:
13 name: 'verify-ecord-jobs'
14 jobs:
15 - 'verify-licensed'
Zack Williamsb7a509a2018-06-22 17:00:50 -070016 - 'verify-ansible-lint':
17 dependency-jobs: 'verify_ecord_tag-collision'
Joey Armstrongaf679da2023-01-31 14:22:41 -050018
19# [EOF]