Adding zyxel OLT to jenkins jobs in berlin

Change-Id: Iaed99a26aaa6378351e5fa935325d8b56ab35585
diff --git a/jjb/voltha-test/voltha.yaml b/jjb/voltha-test/voltha.yaml
index 4a6f362..9e29b85 100644
--- a/jjb/voltha-test/voltha.yaml
+++ b/jjb/voltha-test/voltha.yaml
@@ -45,7 +45,6 @@
           'disable-job': false
           build-node: 'qa-testvm-pod'
           config-pod: 'flex-ocp-cord'
-          disable-job: false
           profile: 'TP'
           branch: 'master'
           release: 'master'
@@ -581,6 +580,67 @@
           power-switch: True
           pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
 
+        # Berlin pod with zyxel gpon olt/onu - master 1T8GEM tech profile and timer based job
+      - 'build_voltha_pod_release_timer':
+          build-node: 'berlin-community-pod-2'
+          config-pod: 'berlin-community-pod-2-gpon-zyxel'
+          disable-job: true
+          name-extension: '_DT'
+          work-flow: 'DT'
+          release: 'master'
+          branch: 'master'
+          profile: '1T8GEM'
+          reinstall-olt: true
+          num-of-onos: '3'
+          num-of-atomix: '3'
+          pipeline-script: 'voltha/master/physical-build.groovy'
+          VolthaEtcdPort: 9999
+          waitTimerForOltUp: 360
+          time: '1'
+
+        # Berlin POD test job - zyxel gpon master versions: uses tech profile on voltha branch
+      - 'build_voltha_pod_test':
+          build-node: 'berlin-community-pod-2'
+          config-pod: 'berlin-community-pod-2-gpon-zyxel'
+          release: 'master'
+          branch: 'master'
+          name-extension: '_DT'
+          work-flow: 'DT'
+          test-repo: 'voltha-system-tests'
+          profile: '1T8GEM'
+          power-switch: True
+          pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
+
+        # Berlin pod with zyxel xgspon olt/onu - master 1T8GEM tech profile and timer based job
+      - 'build_voltha_pod_release_timer':
+          build-node: 'berlin-community-pod-2'
+          config-pod: 'berlin-community-pod-2-xgspon-zyxel'
+          disable-job: true
+          name-extension: '_DT'
+          work-flow: 'DT'
+          release: 'master'
+          branch: 'master'
+          reinstall-olt: true
+          num-of-onos: '3'
+          num-of-atomix: '3'
+          pipeline-script: 'voltha/master/physical-build.groovy'
+          VolthaEtcdPort: 9999
+          waitTimerForOltUp: 360
+          time: '5'
+
+        # Berlin POD test job - zyxel xgsgpon master versions: uses tech profile on voltha branch
+      - 'build_voltha_pod_test':
+          build-node: 'berlin-community-pod-2'
+          config-pod: 'berlin-community-pod-2-xgspon-zyxel'
+          release: 'master'
+          branch: 'master'
+          name-extension: '_DT'
+          work-flow: 'DT'
+          test-repo: 'voltha-system-tests'
+          profile: '1T8GEM'
+          power-switch: True
+          pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
+
       # Berlin pod with adtran gpon olt/onu - 2.8 1T8GEM tech profile and timer based job
       - 'build_voltha_pod_release_timer':
           build-node: 'berlin-community-pod-1'