enhancing openonu go static tests
Change-Id: I083ec8f79e8f561742a6bcdcf0e33c6a9cb80ff5
diff --git a/jjb/verify/voltha-openonu-adapter-go.yaml b/jjb/verify/voltha-openonu-adapter-go.yaml
index 00bfd35..c55dabd 100644
--- a/jjb/verify/voltha-openonu-adapter-go.yaml
+++ b/jjb/verify/voltha-openonu-adapter-go.yaml
@@ -16,7 +16,20 @@
jobs:
- 'verify-licensed'
- 'tag-collision-reject'
- - 'make-unit-test'
+ - 'make-unit-test':
+ dest-gopath: "github.com/opencord"
+ name-extension: "-lint"
+ unit-test-targets: 'lint sca'
+ unit-test-keep-going: 'true'
+ junit-allow-empty-results: true
+ build-node: 'ubuntu16.04-basebuild-2c-4g'
+ - 'make-unit-test':
+ dest-gopath: "github.com/opencord"
+ name-extension: "-tests"
+ unit-test-targets: 'test'
+ unit-test-keep-going: 'true'
+ junit-allow-empty-results: true
+ build-node: 'ubuntu16.04-basebuild-2c-4g'
- 'voltha-patch-test':
pipeline-script: 'voltha-openonu-go-tests.groovy'