VOL-2719 Run library sanity tests as nightly jobs

Change-Id: I7a6c9fa5a764bd3fbff06f994a41cbde835a05fa
diff --git a/jjb/verify/voltha-protos.yaml b/jjb/verify/voltha-protos.yaml
index ef7b6ab..9d475a5 100644
--- a/jjb/verify/voltha-protos.yaml
+++ b/jjb/verify/voltha-protos.yaml
@@ -23,9 +23,17 @@
           build-timeout: 20
           unit-test-targets: 'test'
           unit-test-keep-going: 'true'
-      - 'voltha-patch-test':
+      - 'voltha-periodic-test':
+          name: 'nightly-voltha-protos-compatibility-test'
           pipeline-script: 'voltha-bbsim-tests.groovy'
-          skip-vote: true
+          build-node: 'ubuntu16.04-basebuild-4c-8g'
+          default-image-tag: 'master'
+          code-branch: 'master'
+          make-target: sanity-single-kind
+          gerrit-project: voltha-protos
+          onus: 1
+          pons: 1
+          time-trigger: "@daily"
 
 - job-group:
     name: 'post-merge-voltha-protos-jobs'