blob: a8cab50384d4972ed124dc052937c0c3c64f25f7 [file] [log] [blame]
Matteo Scandolo956de8f2022-05-10 14:10:34 -07001---
2# verification jobs for 'voltha-go-controller' repo
3
4- project:
5 name: voltha-go-controller
6 project: '{name}'
7
8 jobs:
9 - 'verify-voltha-go-controller-jobs':
10 branch-regexp: '{all-branches-regexp}'
Matteo Scandolo956de8f2022-05-10 14:10:34 -070011
12- job-group:
13 name: 'verify-voltha-go-controller-jobs'
14 jobs:
15 - 'verify-licensed'
Matteo Scandolo956de8f2022-05-10 14:10:34 -070016 - 'make-unit-test':
17 build-node: 'ubuntu18.04-basebuild-1c-2g'
18 dest-gopath: "github.com/opencord"
19 unit-test-targets: 'lint sca test'
Joey Armstrong5226fb22023-02-02 18:16:07 -050020 unit-test-keep-going: 'false'
Matteo Scandolof3609332022-05-10 16:12:35 -070021 # NOTE needed until we have some unit tests in place
22 junit-allow-empty-results: true
Matteo Scandolo956de8f2022-05-10 14:10:34 -070023
24# - job-group:
25# name: 'verify-voltha-go-controller-jobs-voltha-2.9'
26# jobs:
27# - 'voltha-patch-test':
28# pipeline-script: 'voltha/voltha-2.9/bbsim-tests.groovy'
29
30# - job-group:
31# name: 'verify-voltha-go-controller-jobs-master'
32# jobs:
33# - 'voltha-patch-test':
34# extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
35
36# - job-group:
37# name: 'publish-voltha-go-controller-jobs'
38# jobs:
39# - 'docker-publish':
40# maintainers: "info@opennetworking.org"
41# docker-repo: 'voltha'
Matteo Scandolo02108aa2022-06-30 17:31:22 -070042# dependency-jobs: 'version-tag_wildcard'
Joey Armstrongaf679da2023-01-31 14:22:41 -050043
Joey Armstrong7035bf72024-02-10 18:44:11 -050044# [EOF] x 2