VOLTHA keep-going=false

jjb/verify/bbsim-sadis-server.yaml
jjb/verify/bbsim.yaml
jjb/verify/cordctl.yaml
jjb/verify/ofagent-go.yaml
jjb/verify/voltctl.yaml
jjb/verify/voltha-api-server.yaml
jjb/verify/voltha-eponolt-adapter.yaml
jjb/verify/voltha-epononu-adapter.yaml
jjb/verify/voltha-go-controller.yaml
jjb/verify/voltha-go.yaml
jjb/verify/voltha-lib-go.yaml
jjb/verify/voltha-openolt-adapter.yaml
jjb/verify/voltha-openonu-adapter-go.yaml
jjb/verify/voltha-protos.yaml
jjb/verify/voltha-northbound-bbf-adapter.yaml
---------------------------------------------
  o Change unit-test-keep-going=false to hilight errors
    and avoid flodding the job queue with long running
    test jobs until problems can be cleaned up.

Change-Id: I6436c6d6b52dd7022853a43e92d3e610aa1d5c2c
diff --git a/jjb/verify/voltha-openolt-adapter.yaml b/jjb/verify/voltha-openolt-adapter.yaml
index 1d90b62..a3b40b8 100644
--- a/jjb/verify/voltha-openolt-adapter.yaml
+++ b/jjb/verify/voltha-openolt-adapter.yaml
@@ -31,14 +31,14 @@
           dest-gopath: "github.com/opencord"
           name-extension: "-lint"
           unit-test-targets: 'lint sca'
-          unit-test-keep-going: 'true'
+          unit-test-keep-going: 'false'
           junit-allow-empty-results: true
           build-node: 'ubuntu18.04-basebuild-4c-8g'
       - 'make-unit-test':
           dest-gopath: "github.com/opencord"
           name-extension: "-tests"
           unit-test-targets: 'test'
-          unit-test-keep-going: 'true'
+          unit-test-keep-going: 'false'
           junit-allow-empty-results: true
           build-node: 'ubuntu18.04-basebuild-2c-4g'