Merge "voltha-periodic tests to use voltha-2.1"
diff --git a/jjb/verify/ofagent-go.yaml b/jjb/verify/ofagent-go.yaml
new file mode 100644
index 0000000..579a5e1
--- /dev/null
+++ b/jjb/verify/ofagent-go.yaml
@@ -0,0 +1,32 @@
+---
+# verification jobs for 'ofagent-go' repo
+
+- project:
+    name: ofagent-go
+    project: '{name}'
+
+    jobs:
+      - 'verify-ofagent-go-jobs':
+          branch-regexp: '{all-branches-regexp}'
+      - 'publish-ofagent-go-jobs':
+          branch-regexp: '{all-branches-regexp}'
+
+- job-group:
+    name: 'verify-ofagent-go-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'tag-collision-reject':
+          dependency-jobs: 'verify_ofagent-go_licensed'
+      - 'make-unit-test':
+          dest-gopath: "github.com/opencord"
+          unit-test-targets: 'lint'
+          unit-test-keep-going: 'true'
+          junit-allow-empty-results: true
+
+- job-group:
+    name: 'publish-ofagent-go-jobs'
+    jobs:
+      - 'docker-publish':
+          build-timeout: 30
+          docker-repo: 'voltha'
+          dependency-jobs: 'version-tag'
diff --git a/jjb/verify/pyvoltha.yaml b/jjb/verify/pyvoltha.yaml
index ac20aef..a16817d 100644
--- a/jjb/verify/pyvoltha.yaml
+++ b/jjb/verify/pyvoltha.yaml
@@ -7,9 +7,9 @@
 
     jobs:
       - 'verify-pyvoltha-jobs':
-          branch-regexp: '{supported-branches-regexp}'
+          branch-regexp: '{all-branches-regexp}'
       - 'publish-pyvoltha-jobs':
-          branch-regexp: '{supported-branches-regexp}'
+          branch-regexp: '{all-branches-regexp}'
           pypi-index: 'pypi'
 
 - job-group:
diff --git a/jjb/verify/voltha-system-tests.yaml b/jjb/verify/voltha-system-tests.yaml
index 98bc99e..ba934a5 100644
--- a/jjb/verify/voltha-system-tests.yaml
+++ b/jjb/verify/voltha-system-tests.yaml
@@ -7,7 +7,7 @@
 
     jobs:
       - 'verify-voltha-system-tests-jobs':
-          branch-regexp: '{supported-branches-regexp}'
+          branch-regexp: '{all-branches-regexp}'
 
 - job-group:
     name: 'verify-voltha-system-tests-jobs'