splitting voltha-sanity-system tests between repos
Change-Id: I966d8fa587c744e559e80e71cd72520e07f13677
diff --git a/jjb/verify/voltha-go.yaml b/jjb/verify/voltha-go.yaml
index b8ce766..42a2c6d 100644
--- a/jjb/verify/voltha-go.yaml
+++ b/jjb/verify/voltha-go.yaml
@@ -10,6 +10,8 @@
branch-regexp: '{all-branches-regexp}'
- 'publish-voltha-go-jobs':
branch-regexp: '{all-branches-regexp}'
+ - 'voltha-go-system-tests':
+ branch-regexp: '{voltha-stablization-branch}'
- job-group:
name: 'verify-voltha-go-jobs'
@@ -37,3 +39,9 @@
build-timeout: 30
docker-repo: 'voltha'
dependency-jobs: 'version-tag'
+
+- job-group:
+ name: 'voltha-go-system-tests'
+ jobs:
+ - 'voltha-patch-test':
+ pipeline: 'voltha-bbsim-tests.groovy'
diff --git a/jjb/verify/voltha-openolt-adapter.yaml b/jjb/verify/voltha-openolt-adapter.yaml
index 008b9de..3f9790d 100644
--- a/jjb/verify/voltha-openolt-adapter.yaml
+++ b/jjb/verify/voltha-openolt-adapter.yaml
@@ -10,6 +10,8 @@
branch-regexp: '{all-branches-regexp}'
- 'publish-voltha-openolt-adapter-jobs':
branch-regexp: '{all-branches-regexp}'
+ - 'voltha-openolt-adapter-system-tests':
+ branch-regexp: '{voltha-stablization-branch}'
- job-group:
name: 'verify-voltha-openolt-adapter-jobs'
@@ -38,3 +40,9 @@
build-timeout: 30
docker-repo: 'voltha'
dependency-jobs: 'version-tag'
+
+- job-group:
+ name: 'voltha-openolt-adapter-system-tests'
+ jobs:
+ - 'voltha-patch-test':
+ pipeline: 'voltha-bbsim-tests.groovy'
diff --git a/jjb/verify/voltha-openonu-adapter.yaml b/jjb/verify/voltha-openonu-adapter.yaml
index 0c76132..248cfe9 100644
--- a/jjb/verify/voltha-openonu-adapter.yaml
+++ b/jjb/verify/voltha-openonu-adapter.yaml
@@ -10,6 +10,8 @@
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'
@@ -29,3 +31,9 @@
build-timeout: 30
docker-repo: 'voltha'
dependency-jobs: 'version-tag'
+
+- job-group:
+ name: 'voltha-openonu-adapter-system-tests'
+ jobs:
+ - 'voltha-patch-test':
+ pipeline: 'voltha-bbsim-tests.groovy'