VOL-5156 - Disable job build_flex-ocp-cord_TP_TT_voltha*

jjb/voltha-test/voltha-release-jobs/master.yaml
jjb/voltha-test/voltha-release-jobs/voltha-2.11.yaml
jjb/voltha-test/voltha-release-jobs/voltha-2.12.yaml
jjb/voltha-test/voltha.yaml
makefiles/jjb/targets.mk
----------------------------------------------------
  o Refactor voltha.yaml into configs named for release branches.
  o Disable jobs hanging on 'qa-testvm-pod'

Change-Id: I3d497aa05fd31db3acfe97bcc645b28ff76b9c0c
diff --git a/jjb/voltha-test/voltha-release-jobs/voltha-2.11.yaml b/jjb/voltha-test/voltha-release-jobs/voltha-2.11.yaml
index c5d609d..fecba63 100644
--- a/jjb/voltha-test/voltha-release-jobs/voltha-2.11.yaml
+++ b/jjb/voltha-test/voltha-release-jobs/voltha-2.11.yaml
@@ -55,6 +55,10 @@
           num-of-atomix: '3'
           pipeline-script: 'voltha/voltha-2.11/physical-build.groovy'
 
+      # -----------------------------------------------------------------------
+      # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
+      # md5sum(master): 07b501ef13e00b5aeaf808ca534ba276
+      # -----------------------------------------------------------------------
       - 'build_voltha_pod_release_timer':
           disable-job: true               # Reason: qa-testvm-pod offline
           build-node: 'qa-testvm-pod'
@@ -107,5 +111,26 @@
           waitTimerForOltUp: 540
           VolthaEtcdPort: 9999
           time: '1'
-          
+
+      # -----------------------------------------------------------------------
+      # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
+      # ec22ad3751cbb83e0cff505eaebe9f6f
+      # -----------------------------------------------------------------------
+      - 'build_voltha_pod_release_timer':
+          disable-job: true
+          build-node: 'qa-testvm-pod'
+          config-pod: 'flex-ocp-cord-multi-uni'
+          release: '2.11'
+          branch: 'voltha-2.11'
+          name-extension: '_TT'
+          work-flow: 'TT'
+          profile: 'TP'
+          time: '16'
+          VolthaEtcdPort: 9999
+          num-of-onos: '3'
+          num-of-atomix: '3'
+          reinstall-olt: true
+          enableMultiUni: true
+          uniPortMask: '0x0003'
+
 # [EOF]