Merge "Disable jobs failing due to MIA node problems."
diff --git a/jjb/verify/bbsim-sadis-server.yaml b/jjb/verify/bbsim-sadis-server.yaml
index c401bdc..37dbd19 100644
--- a/jjb/verify/bbsim-sadis-server.yaml
+++ b/jjb/verify/bbsim-sadis-server.yaml
@@ -29,7 +29,7 @@
           build-node: 'ubuntu18.04-basebuild-1c-2g'
           dest-gopath: "github.com/opencord"
           unit-test-targets: 'lint sca test'
-          unit-test-keep-going: 'true'
+          unit-test-keep-going: 'false'
 
 - job-group:
     name: 'verify-bbsim-sadis-server-jobs-voltha-2.11'
diff --git a/jjb/verify/bbsim.yaml b/jjb/verify/bbsim.yaml
index ef18efa..5866715 100644
--- a/jjb/verify/bbsim.yaml
+++ b/jjb/verify/bbsim.yaml
@@ -32,7 +32,7 @@
           build-node: 'ubuntu18.04-basebuild-4c-8g'
           dest-gopath: "github.com/opencord"
           unit-test-targets: 'lint sca test'
-          unit-test-keep-going: 'true'
+          unit-test-keep-going: 'false'
 
 - job-group:
     name: 'verify-bbsim-jobs-voltha-2.8'
diff --git a/jjb/verify/cordctl.yaml b/jjb/verify/cordctl.yaml
index 8675405..6116376 100644
--- a/jjb/verify/cordctl.yaml
+++ b/jjb/verify/cordctl.yaml
@@ -21,7 +21,7 @@
           dependency-jobs: 'verify_cordctl_licensed'
       - 'make-unit-test':
           unit-test-targets: 'lint test'
-          unit-test-keep-going: 'true'
+          unit-test-keep-going: 'false'
           dependency-jobs: 'verify_cordctl_tag-collision'
 
 - job-group:
diff --git a/jjb/verify/ofagent-go.yaml b/jjb/verify/ofagent-go.yaml
index 41e8124..ae2469a 100644
--- a/jjb/verify/ofagent-go.yaml
+++ b/jjb/verify/ofagent-go.yaml
@@ -31,7 +31,7 @@
           build-node: 'ubuntu18.04-basebuild-4c-8g'
           dest-gopath: "github.com/opencord"
           unit-test-targets: 'lint sca test'
-          unit-test-keep-going: 'true'
+          unit-test-keep-going: 'false'
           junit-allow-empty-results: true
 
 - job-group:
diff --git a/jjb/verify/voltctl.yaml b/jjb/verify/voltctl.yaml
index 7e7f4e9..b0e69bc 100644
--- a/jjb/verify/voltctl.yaml
+++ b/jjb/verify/voltctl.yaml
@@ -22,7 +22,7 @@
       - 'make-unit-test':
           build-node: 'ubuntu18.04-basebuild-2c-4g'
           unit-test-targets: 'lint sca test'
-          unit-test-keep-going: 'true'
+          unit-test-keep-going: 'false'
           dependency-jobs: 'verify_voltctl_tag-collision'
       - 'voltha-patch-test':
           extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
diff --git a/jjb/verify/voltha-api-server.yaml b/jjb/verify/voltha-api-server.yaml
index 06307f4..b1b80b5 100644
--- a/jjb/verify/voltha-api-server.yaml
+++ b/jjb/verify/voltha-api-server.yaml
@@ -32,7 +32,7 @@
           build-node: 'ubuntu18.04-basebuild-2c-4g'
           dest-gopath: "github.com/opencord"
           unit-test-targets: 'lint sca test'
-          unit-test-keep-going: 'true'
+          unit-test-keep-going: 'false'
           junit-allow-empty-results: true
       - 'voltha-patch-test':
           pipeline-script: 'voltha/voltha-2.11/bbsim-tests.groovy'
@@ -47,7 +47,7 @@
           build-node: 'ubuntu18.04-basebuild-2c-4g'
           dest-gopath: "github.com/opencord"
           unit-test-targets: 'lint sca test'
-          unit-test-keep-going: 'true'
+          unit-test-keep-going: 'false'
           junit-allow-empty-results: true
       - 'voltha-patch-test':
           pipeline-script: 'voltha/voltha-2.8/bbsim-tests.groovy'
diff --git a/jjb/verify/voltha-eponolt-adapter.yaml b/jjb/verify/voltha-eponolt-adapter.yaml
index 8f0ca09..daa2481 100644
--- a/jjb/verify/voltha-eponolt-adapter.yaml
+++ b/jjb/verify/voltha-eponolt-adapter.yaml
@@ -20,7 +20,7 @@
       - 'make-unit-test':
           dest-gopath: "github.com/opencord"
           unit-test-targets: 'lint sca test'
-          unit-test-keep-going: 'true'
+          unit-test-keep-going: 'false'
 
 - job-group:
     name: 'publish-voltha-eponolt-adapter-jobs'
diff --git a/jjb/verify/voltha-epononu-adapter.yaml b/jjb/verify/voltha-epononu-adapter.yaml
index 2705629..aa8eaf7 100644
--- a/jjb/verify/voltha-epononu-adapter.yaml
+++ b/jjb/verify/voltha-epononu-adapter.yaml
@@ -19,7 +19,7 @@
           dependency-jobs: 'verify_voltha-epononu-adapter_licensed'
       - 'make-unit-test':
           unit-test-targets: 'test'
-          unit-test-keep-going: 'true'
+          unit-test-keep-going: 'false'
 
 - job-group:
     name: 'publish-voltha-epononu-adapter-jobs'
diff --git a/jjb/verify/voltha-go-controller.yaml b/jjb/verify/voltha-go-controller.yaml
index e8f5f6a..1e72eed 100644
--- a/jjb/verify/voltha-go-controller.yaml
+++ b/jjb/verify/voltha-go-controller.yaml
@@ -19,7 +19,7 @@
           build-node: 'ubuntu18.04-basebuild-1c-2g'
           dest-gopath: "github.com/opencord"
           unit-test-targets: 'lint sca test'
-          unit-test-keep-going: 'true'
+          unit-test-keep-going: 'false'
           # NOTE needed until we have some unit tests in place
           junit-allow-empty-results: true
 
diff --git a/jjb/verify/voltha-go.yaml b/jjb/verify/voltha-go.yaml
index 5194453..226863e 100644
--- a/jjb/verify/voltha-go.yaml
+++ b/jjb/verify/voltha-go.yaml
@@ -33,14 +33,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
       - 'make-unit-test':
           build-node: 'ubuntu18.04-basebuild-2c-4g'
           dest-gopath: "github.com/opencord"
           name-extension: "-tests"
           unit-test-targets: 'test'
-          unit-test-keep-going: 'true'
+          unit-test-keep-going: 'false'
 
 - job-group:
     name: 'verify-voltha-go-jobs-voltha-2.11'
diff --git a/jjb/verify/voltha-lib-go.yaml b/jjb/verify/voltha-lib-go.yaml
index e36d2bd..72e9fcd 100644
--- a/jjb/verify/voltha-lib-go.yaml
+++ b/jjb/verify/voltha-lib-go.yaml
@@ -20,6 +20,6 @@
           build-timeout: 20
           dest-gopath: "github.com/opencord"
           unit-test-targets: 'lint sca test'
-          unit-test-keep-going: 'true'
+          unit-test-keep-going: 'false'
 
 # [EOF]
diff --git a/jjb/verify/voltha-northbound-bbf-adapter.yaml b/jjb/verify/voltha-northbound-bbf-adapter.yaml
index a5b0580..de8a516 100644
--- a/jjb/verify/voltha-northbound-bbf-adapter.yaml
+++ b/jjb/verify/voltha-northbound-bbf-adapter.yaml
@@ -23,7 +23,7 @@
           build-node: 'ubuntu18.04-basebuild-4c-8g'
           dest-gopath: "github.com/opencord"
           unit-test-targets: 'lint sca test'
-          unit-test-keep-going: 'true'
+          unit-test-keep-going: 'false'
 
 # NOTE add once we have sanity jobs for voltha-northbound-bbf-adapter
 # - job-group:
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'
 
diff --git a/jjb/verify/voltha-openonu-adapter-go.yaml b/jjb/verify/voltha-openonu-adapter-go.yaml
index 1832c35..a7c36ae 100644
--- a/jjb/verify/voltha-openonu-adapter-go.yaml
+++ b/jjb/verify/voltha-openonu-adapter-go.yaml
@@ -30,14 +30,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'
 
diff --git a/jjb/verify/voltha-protos.yaml b/jjb/verify/voltha-protos.yaml
index b70c5fa..eafc6b1 100644
--- a/jjb/verify/voltha-protos.yaml
+++ b/jjb/verify/voltha-protos.yaml
@@ -22,7 +22,7 @@
           build-node: 'ubuntu18.04-basebuild-2c-4g'
           build-timeout: 20
           unit-test-targets: 'test'
-          unit-test-keep-going: 'true'
+          unit-test-keep-going: 'false'
 
 - job-group:
     name: 'post-merge-voltha-protos-jobs'
diff --git a/jjb/voltha-test/voltha.yaml b/jjb/voltha-test/voltha.yaml
index 8e2d5ca..5e56486 100644
--- a/jjb/voltha-test/voltha.yaml
+++ b/jjb/voltha-test/voltha.yaml
@@ -30,7 +30,7 @@
     jobs:
       # flex OCP pod with olt/onu - manual test job, voltha master build job
       - 'build_voltha_pod_manual':
-          disable-job: true
+          disable-job: false
           build-node: 'qa-testvm-pod'
           config-pod: 'flex-ocp-cord'
           num-of-onos: '3'
@@ -44,7 +44,7 @@
 
       # flex pod1 test job - using voltha branch
       - 'build_voltha_pod_manual_test':
-          disable-job: true
+          disable-job: false
           build-node: 'qa-testvm-pod'
           config-pod: 'flex-ocp-cord'
           profile: 'TP'
@@ -58,7 +58,7 @@
 
       # flex OCP pod with olt/onu - Default tech profile and timer based job
       - 'build_voltha_pod_release_timer':
-          disable-job: true
+          disable-job: false
           build-node: 'qa-testvm-pod'
           config-pod: 'flex-ocp-cord'
           profile: 'Default'
@@ -69,7 +69,7 @@
 
       # flex pod1 test job - uses tech profile on voltha branch
       - 'build_voltha_pod_test':
-          disable-job: true
+          disable-job: false
           build-node: 'qa-testvm-pod'
           config-pod: 'flex-ocp-cord'
           release: 'master'
@@ -81,7 +81,7 @@
 
       # flex OCP pod with olt/onu - 1T4GEM tech profile and timer based job
       - 'build_voltha_pod_release_timer':
-          disable-job: true
+          disable-job: false
           build-node: 'qa-testvm-pod'
           config-pod: 'flex-ocp-cord'
           release: '2.11'
@@ -120,7 +120,7 @@
 
       # flex pod1 test job - released versions: uses tech profile on voltha branch
       - 'build_voltha_pod_test':
-          disable-job: true
+          disable-job: false
           build-node: 'qa-testvm-pod'
           config-pod: 'flex-ocp-cord'
           release: '2.11'
@@ -131,7 +131,7 @@
 
       # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
       - 'build_voltha_pod_release_timer':
-          disable-job: true
+          disable-job: false
           build-node: 'qa-testvm-pod'
           config-pod: 'flex-ocp-cord'
           release: 'master'
@@ -146,7 +146,7 @@
 
       # flex pod1 test job - released versions: uses tech profile on voltha branch
       - 'build_voltha_pod_test':
-          disable-job: true
+          disable-job: false
           build-node: 'qa-testvm-pod'
           config-pod: 'flex-ocp-cord'
           release: 'master'
@@ -178,7 +178,7 @@
 
       # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
       - 'build_voltha_pod_release_timer':
-          disable-job: true
+          disable-job: false
           build-node: 'qa-testvm-pod'
           config-pod: 'flex-ocp-cord'
           release: '2.11'
@@ -208,7 +208,7 @@
 
       # flex pod1 test job - released versions: uses tech profile on voltha branch
       - 'build_voltha_pod_test':
-          disable-job: true
+          disable-job: false
           build-node: 'qa-testvm-pod'
           config-pod: 'flex-ocp-cord'
           release: '2.11'
@@ -222,7 +222,7 @@
 
           # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
       - 'build_voltha_pod_release_timer':
-          disable-job: true
+          disable-job: false
           build-node: 'qa-testvm-pod'
           config-pod: 'flex-ocp-cord-multi-uni'
           release: 'master'
@@ -240,7 +240,7 @@
 
       # flex pod1 test job - released versions: uses tech profile on voltha branch
       - 'build_voltha_pod_test':
-          disable-job: true
+          disable-job: false
           build-node: 'qa-testvm-pod'
           config-pod: 'flex-ocp-cord-multi-uni'
           release: 'master'
@@ -258,7 +258,7 @@
       - 'build_voltha_pod_release_timer':
           build-node: 'menlo-demo-pod'
           config-pod: 'onf-demo-pod'
-          disable-job: true
+          disable-job: false
           profile: '1T4GEM'
           num-of-onos: '3'
           num-of-atomix: '3'
@@ -272,7 +272,7 @@
           timeout: 300
           build-node: 'menlo-demo-pod'
           config-pod: 'onf-demo-pod'
-          disable-job: true
+          disable-job: false
           release: 'master'
           branch: 'master'
           test-repo: 'voltha-system-tests'
@@ -284,7 +284,7 @@
       - 'build_voltha_pod_release_timer':
           build-node: 'menlo-demo-pod'
           config-pod: 'onf-demo-pod'
-          disable-job: true
+          disable-job: false
           name-extension: '_DT'
           work-flow: 'DT'
           profile: '1T8GEM'
@@ -300,7 +300,7 @@
           timeout: 330
           build-node: 'menlo-demo-pod'
           config-pod: 'onf-demo-pod'
-          disable-job: true
+          disable-job: false
           release: 'master'
           branch: 'master'
           name-extension: '_DT'
@@ -332,7 +332,7 @@
       - 'build_voltha_pod_release_timer':
           build-node: 'menlo-demo-pod'
           config-pod: 'onf-demo-pod'
-          disable-job: true
+          disable-job: false
           release: '2.11'
           branch: 'voltha-2.11'
           name-extension: '_DT'
@@ -365,7 +365,7 @@
           timeout: 300
           build-node: 'menlo-demo-pod'
           config-pod: 'onf-demo-pod'
-          disable-job: true
+          disable-job: false
           release: '2.11'
           branch: 'voltha-2.11'
           name-extension: '_DT'
@@ -457,7 +457,7 @@
       - 'build_voltha_pod_manual':
           build-node: 'menlo-soak-pod'
           config-pod: 'onf-soak-pod'
-          disable-job: true
+          disable-job: false
           branch: 'voltha-2.11'
           release: '2.11'
           bbsimReplicas: 1
@@ -490,7 +490,7 @@
       - 'build_voltha_pod_manual_test':
           build-node: 'menlo-soak-pod'
           config-pod: 'onf-soak-pod'
-          disable-job: true
+          disable-job: false
           profile: '1T8GEM'
           branch: 'voltha-2.11'
           release: '2.11'
@@ -521,7 +521,7 @@
       - 'build_voltha_pod_soak_test':
           build-node: 'menlo-soak-pod'
           config-pod: 'onf-soak-pod'
-          disable-job: true
+          disable-job: false
           profile: '1T8GEM'
           branch: 'voltha-2.11'
           release: '2.11'
@@ -553,7 +553,7 @@
       - 'build_voltha_pod_soak_test':
           build-node: 'menlo-soak-pod'
           config-pod: 'onf-soak-pod'
-          disable-job: true
+          disable-job: false
           profile: '1T8GEM'
           branch: 'voltha-2.11'
           release: '2.11'
@@ -568,7 +568,7 @@
       - 'build_voltha_pod_release_timer':
           build-node: 'berlin-community-pod-1'
           config-pod: 'berlin-community-pod-1-multi-olt'
-          disable-job: true
+          disable-job: false
           name-extension: '_DT'
           work-flow: 'DT'
           profile: '1T8GEM'
@@ -584,7 +584,7 @@
           config-pod: 'berlin-community-pod-1-multi-olt'
           release: 'master'
           branch: 'master'
-          disable-job: true
+          disable-job: false
           name-extension: '_DT'
           work-flow: 'DT'
           test-repo: 'voltha-system-tests'
@@ -597,7 +597,7 @@
           build-node: 'berlin-community-pod-1'
           config-pod: 'berlin-community-pod-1-gpon'
           name-extension: '_DT'
-          disable-job: true
+          disable-job: false
           work-flow: 'DT'
           profile: '1T8GEM'
           num-of-onos: '3'
@@ -611,7 +611,7 @@
           build-node: 'berlin-community-pod-1'
           config-pod: 'berlin-community-pod-1-gpon'
           name-extension: '_DT'
-          disable-job: true
+          disable-job: false
           work-flow: 'DT'
           release: 'master'
           branch: 'master'
@@ -627,6 +627,7 @@
           release: '2.8'
           branch: 'voltha-2.8'
           name-extension: '_DT'
+          disable-job: true
           work-flow: 'DT'
           profile: '1T8GEM'
           num-of-onos: '3'
@@ -653,6 +654,7 @@
           build-node: 'berlin-community-pod-1'
           config-pod: 'berlin-community-pod-1-gpon'
           name-extension: '_DT'
+          disable-job: true
           work-flow: 'DT'
           release: '2.8'
           branch: 'voltha-2.8'
@@ -679,6 +681,7 @@
           build-node: 'berlin-community-pod-1'
           config-pod: 'berlin-community-pod-1-multi-olt'
           name-extension: '_DT'
+          disable-job: true
           work-flow: 'DT'
           release: '2.8'
           branch: 'voltha-2.8'
@@ -709,6 +712,7 @@
           release: '2.8'
           branch: 'voltha-2.8'
           name-extension: '_DT'
+          disable-job: true
           work-flow: 'DT'
           test-repo: 'voltha-system-tests'
           profile: '1T8GEM'
@@ -855,6 +859,7 @@
           build-node: 'berlin-community-pod-1'
           config-pod: 'berlin-community-pod-1-gpon-adtran'
           name-extension: '_DT'
+          disable-job: true
           work-flow: 'DT'
           release: '2.8'
           branch: 'voltha-2.8'
@@ -898,6 +903,7 @@
           release: '2.8'
           branch: 'voltha-2.8'
           name-extension: '_DT'
+          disable-job: true
           work-flow: 'DT'
           test-repo: 'voltha-system-tests'
           profile: '1T8GEM'
@@ -925,6 +931,7 @@
           build-node: 'berlin-community-pod-1'
           config-pod: 'berlin-community-pod-1-gpon-adtran'
           name-extension: '_DT'
+          disable-job: true
           work-flow: 'DT'
           release: '2.8'
           branch: 'voltha-2.8'