blob: a43da96fddbc3f66981b9453c21b58535b092e46 [file] [log] [blame]
Zack Williams8103eac2020-04-14 16:46:17 -07001---
2# verification jobs for 'goloxi' repo
3
4- project:
5 name: goloxi
6 project: '{name}'
7
8 jobs:
9 - 'verify-goloxi-jobs':
10 branch-regexp: '{all-branches-regexp}'
11
12- job-group:
13 name: 'verify-goloxi-jobs'
14 jobs:
15 - 'verify-licensed'
16 - 'tag-collision-reject'
17 - 'make-unit-test':
18 unit-test-targets: 'test'
19 junit-allow-empty-results: true
Joey Armstrongaf679da2023-01-31 14:22:41 -050020
21# [EOF]