Cosmetic refactoring to force job generation

Change-Id: I2e35747278864c51cf04a8ee6c65512ae053349a
diff --git a/jjb/voltha-test/voltha-pod-jobs/master.yaml b/jjb/voltha-test/voltha-pod-jobs/master.yaml
index daae220..1554dd5 100644
--- a/jjb/voltha-test/voltha-pod-jobs/master.yaml
+++ b/jjb/voltha-test/voltha-pod-jobs/master.yaml
@@ -44,4 +44,23 @@
           test-repo: 'voltha-system-tests'
           profile: 'Default'
 
+      # -----------------------------------------------------------------------
+      # Menlo pod test job - uses tech profile on voltha branch
+      # md5sum(master): 139b227f6ebe777a7337a07d9883a57f
+      # -----------------------------------------------------------------------
+      - 'build_voltha_pod_test':
+          timeout: 330
+          build-node: 'menlo-demo-pod'
+          config-pod: 'onf-demo-pod'
+          disable-job: true                      # Reason: menlo-demo-pod offline
+          release: 'master'
+          branch: 'master'
+          name-extension: '_DT'
+          work-flow: 'DT'
+          test-repo: 'voltha-system-tests'
+          profile: '1T8GEM'
+          pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
+          power-switch: true
+          power-cycle-olt: true
+
 # [EOF]
diff --git a/jjb/voltha-test/voltha-pod-jobs/voltha-2.11.yaml b/jjb/voltha-test/voltha-pod-jobs/voltha-2.11.yaml
index c991329..f78ec88 100644
--- a/jjb/voltha-test/voltha-pod-jobs/voltha-2.11.yaml
+++ b/jjb/voltha-test/voltha-pod-jobs/voltha-2.11.yaml
@@ -72,5 +72,22 @@
           test-repo: 'voltha-system-tests'
           profile: 'Default'
 
+      # -----------------------------------------------------------------------
+      # Menlo pod test job - uses tech profile on voltha branch
+      # md5sum(master): 139b227f6ebe777a7337a07d9883a57f
+      # -----------------------------------------------------------------------
+      - 'build_voltha_pod_test':
+          timeout: 300
+          build-node: 'menlo-demo-pod'
+          config-pod: 'onf-demo-pod'
+          disable-job: true                      # Reason: menlo-demo-pod offline
+          release: '2.11'
+          branch: 'voltha-2.11'
+          name-extension: '_DT'
+          work-flow: 'DT'
+          test-repo: 'voltha-system-tests'
+          profile: '1T8GEM'
+          pipeline-script: 'voltha/voltha-2.11/voltha-dt-physical-functional-tests.groovy'
+          power-switch: true
           
 # [EOF]
diff --git a/jjb/voltha-test/voltha-pod-jobs/voltha-2.12.yaml b/jjb/voltha-test/voltha-pod-jobs/voltha-2.12.yaml
index 93c2203..a2ced4b 100644
--- a/jjb/voltha-test/voltha-pod-jobs/voltha-2.12.yaml
+++ b/jjb/voltha-test/voltha-pod-jobs/voltha-2.12.yaml
@@ -56,5 +56,23 @@
           power-cycle-olt: true
           test-repo: 'voltha-system-tests'
           profile: 'Default'
+
+      # -----------------------------------------------------------------------
+      # Menlo pod test job - uses tech profile on voltha branch
+      # md5sum(master): 139b227f6ebe777a7337a07d9883a57f
+      # -----------------------------------------------------------------------
+      - 'build_voltha_pod_test':
+          timeout: 300
+          build-node: 'menlo-demo-pod'
+          config-pod: 'onf-demo-pod'
+          disable-job: true                      # Reason: menlo-demo-pod offline
+          release: '2.12'
+          branch: 'voltha-2.12'
+          name-extension: '_DT'
+          work-flow: 'DT'
+          test-repo: 'voltha-system-tests'
+          profile: '1T8GEM'
+          pipeline-script: 'voltha/voltha-2.12/voltha-dt-physical-functional-tests.groovy'
+          power-switch: true
           
 # [EOF]
diff --git a/jjb/voltha-test/voltha-pod-jobs/voltha-2.8.yaml b/jjb/voltha-test/voltha-pod-jobs/voltha-2.8.yaml
new file mode 100644
index 0000000..77cef3b
--- /dev/null
+++ b/jjb/voltha-test/voltha-pod-jobs/voltha-2.8.yaml
@@ -0,0 +1,50 @@
+---
+# POD Build Pipeline Jobs for Voltha Releases
+# -----------------------------------------------------------------------
+# -----------------------------------------------------------------------
+- project:
+    name: voltha-pod-jobs-2.8
+
+    project-name: '{name}'
+
+    build-timeout: '300'
+
+    with-kind: false
+    power-switch: false
+    power-cycle-olt: false
+    work-flow: 'ATT'
+    in-band-management: false
+    num-of-openonu: '1'
+    num-of-onos: '1'
+    num-of-atomix: '0'
+    reinstall-olt: true
+    test-type: ''
+    volthaSystemTestsChange: ''
+    kindVolthaChange: ''
+    cordTesterChange: ''
+    oltAdapterAppLabel: 'adapter-open-olt'
+    num-of-onus: ''
+    num-of-ponports: ''
+
+    jobs:
+
+      # -----------------------------------------------------------------------
+      # Menlo pod test job - uses tech profile on voltha branch
+      # md5sum(master): 139b227f6ebe777a7337a07d9883a57f
+      # -----------------------------------------------------------------------
+      - 'build_voltha_pod_test':
+          timeout: 330
+          build-node: 'menlo-demo-pod'
+          config-pod: 'onf-demo-pod'
+          disable-job: true                      # Reason: menlo-demo-pod offline
+          release: '2.8'
+          branch: 'voltha-2.8'
+          name-extension: '_DT'
+          work-flow: 'DT'
+          test-repo: 'voltha-system-tests'
+          profile: '1T8GEM'
+          pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy'
+          power-switch: true
+          power-cycle-olt: true
+
+# [EOF]
diff --git a/jjb/voltha-test/voltha.yaml b/jjb/voltha-test/voltha.yaml
index 326761f..836dccb 100644
--- a/jjb/voltha-test/voltha.yaml
+++ b/jjb/voltha-test/voltha.yaml
@@ -118,68 +118,6 @@
           profile: 'TP'
           enableMultiUni: true
 
-      # Menlo pod test job - uses tech profile on voltha branch
-      - 'build_voltha_pod_test':
-          timeout: 330
-          build-node: 'menlo-demo-pod'
-          config-pod: 'onf-demo-pod'
-          disable-job: false
-          release: 'master'
-          branch: 'master'
-          name-extension: '_DT'
-          work-flow: 'DT'
-          test-repo: 'voltha-system-tests'
-          profile: '1T8GEM'
-          pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
-          power-switch: true
-          power-cycle-olt: true
-
-      # -----------------------------------------------------------------------
-      # Menlo pod test job - uses tech profile on voltha branch
-#      - 'build_voltha_pod_test':
-#          timeout: 300
-#          build-node: 'menlo-demo-pod'
-#          config-pod: 'onf-demo-pod'
-#          disable-job: true
-#          release: '2.8'
-#          branch: 'voltha-2.8'
-#          name-extension: '_DT'
-#          work-flow: 'DT'
-#          test-repo: 'voltha-system-tests'
-#          profile: '1T8GEM'
-#          pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy'
-#          power-switch: true
-
-      # Menlo pod test job - uses tech profile on voltha branch
-      - 'build_voltha_pod_test':
-          timeout: 300
-          build-node: 'menlo-demo-pod'
-          config-pod: 'onf-demo-pod'
-          disable-job: false
-          release: '2.11'
-          branch: 'voltha-2.11'
-          name-extension: '_DT'
-          work-flow: 'DT'
-          test-repo: 'voltha-system-tests'
-          profile: '1T8GEM'
-          pipeline-script: 'voltha/voltha-2.11/voltha-dt-physical-functional-tests.groovy'
-          power-switch: true
-
-      # Menlo pod test job - uses tech profile on voltha branch
-      - 'build_voltha_pod_test':
-          timeout: 300
-          build-node: 'menlo-demo-pod'
-          config-pod: 'onf-demo-pod'
-          disable-job: false
-          release: '2.12'
-          branch: 'voltha-2.12'
-          name-extension: '_DT'
-          work-flow: 'DT'
-          test-repo: 'voltha-system-tests'
-          profile: '1T8GEM'
-          pipeline-script: 'voltha/voltha-2.12/voltha-dt-physical-functional-tests.groovy'
-          power-switch: true
-
       # -----------------------------------------------------------------------
       # Berlin pod with olt/onu - master versions timer based job , two OLTs
       - 'build_voltha_pod_release_timer':