blob: d89306c99fd85be3d2e4b3e99cc24ffc037411af [file] [log] [blame]
Andrea Campanellaae581392021-03-29 13:27:44 +02001---
2# verification jobs for 'opendm-agent' repo
3
4- project:
5 name: opendm-agent
6 project: '{name}'
7
8 jobs:
9 - 'verify-opendm-agent-jobs':
10 branch-regexp: '{all-branches-regexp}'
11
12- job-group:
13 name: 'verify-opendm-agent-jobs'
14 jobs:
15 - 'verify-licensed'
Andrea Campanellaae581392021-03-29 13:27:44 +020016 - 'make-unit-test':
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -070017 build-node: 'ubuntu18.04-basebuild-2c-4g'
Andrea Campanellaae581392021-03-29 13:27:44 +020018 unit-test-targets: 'test'
19 # opendm-agent uses gtest which outputs in xunit format
20 junit-allow-empty-results: true
21 xunit-skip-if-no-test-files: false
Joey Armstrongaf679da2023-01-31 14:22:41 -050022
23# [EOF]