Merge "Enforce SCA checks missing from voltha repos"
diff --git a/jjb/verify/ofagent-go.yaml b/jjb/verify/ofagent-go.yaml
index f2b00fd..48f6269 100644
--- a/jjb/verify/ofagent-go.yaml
+++ b/jjb/verify/ofagent-go.yaml
@@ -20,7 +20,7 @@
- 'make-unit-test':
build-node: 'ubuntu16.04-basebuild-1c-2g'
dest-gopath: "github.com/opencord"
- unit-test-targets: 'lint'
+ unit-test-targets: 'lint sca test'
unit-test-keep-going: 'true'
junit-allow-empty-results: true
diff --git a/jjb/verify/voltctl.yaml b/jjb/verify/voltctl.yaml
index 08e9f52..ead09ef 100644
--- a/jjb/verify/voltctl.yaml
+++ b/jjb/verify/voltctl.yaml
@@ -20,7 +20,7 @@
- 'tag-collision-reject':
dependency-jobs: 'verify_voltctl_licensed'
- 'make-unit-test':
- unit-test-targets: 'lint test'
+ unit-test-targets: 'lint sca test'
unit-test-keep-going: 'true'
dependency-jobs: 'verify_voltctl_tag-collision'
diff --git a/jjb/verify/voltha-lib-go.yaml b/jjb/verify/voltha-lib-go.yaml
index 920ad07..fee00c3 100644
--- a/jjb/verify/voltha-lib-go.yaml
+++ b/jjb/verify/voltha-lib-go.yaml
@@ -19,7 +19,7 @@
build-node: 'ubuntu16.04-basebuild-2c-4g'
build-timeout: 20
dest-gopath: "github.com/opencord"
- unit-test-targets: 'lint test'
+ unit-test-targets: 'lint sca test'
unit-test-keep-going: 'true'
- 'voltha-patch-test':
pipeline-script: 'voltha-bbsim-tests.groovy'