Added tests for voltha-sim* adapters and new bbsim
Change-Id: I550d13689635c91686a36922e9a3152d64ad2ab8
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'