Remove superfluous job groups
Don't abort if errors during postprocessing
Increase RAM for voltha-go lint test
Change-Id: I19bda53c96200dea3d488c2fa181ab47c6d81441
diff --git a/jjb/verify/voltha-openonu-adapter.yaml b/jjb/verify/voltha-openonu-adapter.yaml
index e504dfa..903e2b6 100644
--- a/jjb/verify/voltha-openonu-adapter.yaml
+++ b/jjb/verify/voltha-openonu-adapter.yaml
@@ -10,8 +10,6 @@
branch-regexp: '{all-branches-regexp}'
- 'publish-voltha-openonu-adapter-jobs':
branch-regexp: '{all-branches-regexp}'
- - 'voltha-openonu-adapter-system-tests':
- branch-regexp: '{voltha-stablization-branch}'
- job-group:
name: 'verify-voltha-openonu-adapter-jobs'
@@ -24,6 +22,8 @@
unit-test-keep-going: 'true'
junit-allow-empty-results: true
build-timeout: 15
+ - 'voltha-patch-test':
+ pipeline: 'voltha-bbsim-tests.groovy'
- job-group:
name: 'publish-voltha-openonu-adapter-jobs'
@@ -32,10 +32,3 @@
build-timeout: 30
docker-repo: 'voltha'
dependency-jobs: 'version-tag'
-
-- job-group:
- name: 'voltha-openonu-adapter-system-tests'
- jobs:
- - 'voltha-patch-test':
- buildImages: true
- pipeline: 'voltha-bbsim-tests.groovy'