blob: c9f6f431c04b5e74650d8564784e4c77fc96c526 [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