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/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'