Avoid running unit-tests in the voltha-onos repo as they have no added value
Change-Id: I5c87bf3ea2a53bf886a42f6ee67e3298b5156d86
diff --git a/jjb/verify/voltha-onos.yaml b/jjb/verify/voltha-onos.yaml
index 7d426ca..c28e5b4 100644
--- a/jjb/verify/voltha-onos.yaml
+++ b/jjb/verify/voltha-onos.yaml
@@ -17,9 +17,11 @@
- 'verify-licensed'
- 'tag-collision-reject':
dependency-jobs: 'verify_voltha-onos_licensed'
- - 'make-unit-test':
- unit-test-targets: 'build'
- junit-allow-empty-results: true
+ # No need to build the container as part of the unit-tests as it's
+ # built in 'voltha-patch-test'
+ # - 'make-unit-test':
+ # unit-test-targets: 'build'
+ # junit-allow-empty-results: true
- 'voltha-patch-test':
pipeline-script: 'voltha-bbsim-tests.groovy'