Merge "[VOL-1869] change for reactivating advanced static analysis"
diff --git a/jjb/cord-test/nightly-build-pipeline.yaml b/jjb/cord-test/nightly-build-pipeline.yaml
index 68da0cd..245392d 100644
--- a/jjb/cord-test/nightly-build-pipeline.yaml
+++ b/jjb/cord-test/nightly-build-pipeline.yaml
@@ -130,6 +130,7 @@
Created from job-template {id} from ci-management/jjb/cord-test/cord-test-pipeline.yaml <br />
Created by Suchitra Vemuri, suchitra@opennetworking.org <br />
Copyright (c) 2017 Open Networking Foundation (ONF)
+ disabled: false
<<: *test-pipe-job-boiler-plate
diff --git a/jjb/cord-test/voltha.yaml b/jjb/cord-test/voltha.yaml
new file mode 100644
index 0000000..9f0ab20
--- /dev/null
+++ b/jjb/cord-test/voltha.yaml
@@ -0,0 +1,20 @@
+---
+# POD Build Pipeline Jobs for Voltha Releases
+
+- project:
+ name: voltha-release-jobs
+
+ project-name: '{name}'
+
+ build-timeout: '300'
+
+ jobs:
+ # flex OCP pod with olt/onu - release voltha2.0 build job
+ - 'build_pod_manual':
+ testvm: 'qa-testvm-pod'
+ config-pod: 'flex-ocp-cord'
+ release: '2.0'
+ branch: 'master'
+ Jenkinsfile: 'Jenkinsfile-voltha-build'
+ oltDebVersion: 'openolt-seba-2.0.deb'
+ profile: 'multipleGem'
diff --git a/jjb/verify/bbsim.yaml b/jjb/verify/bbsim.yaml
new file mode 100644
index 0000000..6f1d201
--- /dev/null
+++ b/jjb/verify/bbsim.yaml
@@ -0,0 +1,29 @@
+---
+# verification jobs for 'bbsim' repo
+
+- project:
+ name: bbsim
+ project: '{name}'
+
+ jobs:
+ - 'verify-bbsim-jobs':
+ branch-regexp: '{all-branches-regexp}'
+ - 'publish-bbsim-jobs':
+ branch-regexp: '{all-branches-regexp}'
+
+- job-group:
+ name: 'verify-bbsim-jobs'
+ jobs:
+ - 'verify-licensed'
+ - 'tag-collision-reject':
+ dependency-jobs: 'verify_bbsim_licensed'
+ - 'make-unit-test':
+ dest-gopath: "github.com/opencord"
+ unit-test-keep-going: 'true'
+
+- job-group:
+ name: 'publish-bbsim-jobs'
+ jobs:
+ - 'docker-publish':
+ docker-repo: 'voltha'
+ dependency-jobs: 'version-tag'
diff --git a/jjb/verify/voltha-simolt-adapter.yaml b/jjb/verify/voltha-simolt-adapter.yaml
new file mode 100644
index 0000000..41afcac
--- /dev/null
+++ b/jjb/verify/voltha-simolt-adapter.yaml
@@ -0,0 +1,29 @@
+---
+# verification jobs for 'voltha-simolt-adapter' repo
+
+- project:
+ name: voltha-simolt-adapter
+ project: '{name}'
+
+ jobs:
+ - 'verify-voltha-simolt-adapter-jobs':
+ branch-regexp: '{all-branches-regexp}'
+ - 'publish-voltha-simolt-adapter-jobs':
+ branch-regexp: '{all-branches-regexp}'
+
+- job-group:
+ name: 'verify-voltha-simolt-adapter-jobs'
+ jobs:
+ - 'verify-licensed'
+ - 'tag-collision-reject':
+ dependency-jobs: 'verify_voltha-simolt-adapter_licensed'
+ - 'make-unit-test':
+ dest-gopath: "github.com/opencord"
+ unit-test-keep-going: 'true'
+
+- job-group:
+ name: 'publish-voltha-simolt-adapter-jobs'
+ jobs:
+ - 'docker-publish':
+ docker-repo: 'voltha'
+ dependency-jobs: 'version-tag'
diff --git a/jjb/verify/voltha-simonu-adapter.yaml b/jjb/verify/voltha-simonu-adapter.yaml
new file mode 100644
index 0000000..29aa572
--- /dev/null
+++ b/jjb/verify/voltha-simonu-adapter.yaml
@@ -0,0 +1,29 @@
+---
+# verification jobs for 'voltha-simonu-adapter' repo
+
+- project:
+ name: voltha-simonu-adapter
+ project: '{name}'
+
+ jobs:
+ - 'verify-voltha-simonu-adapter-jobs':
+ branch-regexp: '{all-branches-regexp}'
+ - 'publish-voltha-simonu-adapter-jobs':
+ branch-regexp: '{all-branches-regexp}'
+
+- job-group:
+ name: 'verify-voltha-simonu-adapter-jobs'
+ jobs:
+ - 'verify-licensed'
+ - 'tag-collision-reject':
+ dependency-jobs: 'verify_voltha-simonu-adapter_licensed'
+ - 'make-unit-test':
+ dest-gopath: "github.com/opencord"
+ unit-test-keep-going: 'true'
+
+- job-group:
+ name: 'publish-voltha-simonu-adapter-jobs'
+ jobs:
+ - 'docker-publish':
+ docker-repo: 'voltha'
+ dependency-jobs: 'version-tag'