[VOL-5050] - Clone test to run on a release branch

jjb/voltha-test/voltha.yaml
jjb/voltha-test/voltha-release-jobs/*
------------------------------------
  o Create subdir to support branched pipeline jobs.
  o Extracth voltha_pod_release_timer jobs and move
    them into a pipeline job named for each branch.

Change-Id: I0c7163f7cebbb5448e4a10cd5dd2073909602035
diff --git a/jjb/voltha-test/voltha-release-jobs/voltha-2.11.yaml b/jjb/voltha-test/voltha-release-jobs/voltha-2.11.yaml
new file mode 100644
index 0000000..cded815
--- /dev/null
+++ b/jjb/voltha-test/voltha-release-jobs/voltha-2.11.yaml
@@ -0,0 +1,45 @@
+---
+# POD Build Pipeline Jobs for Voltha Releases
+# -----------------------------------------------------------------------
+# Disabled, offline -- 'qa-testvm-pod'
+# -----------------------------------------------------------------------
+- project:
+    name: voltha-release-jobs-2.11
+
+    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:
+      # [VOL-4939] - flex OCP pod with olt/onu - 1T4GEM tech profile and timer based job
+      - 'build_voltha_pod_release_timer':
+          disable-job: true
+          build-node: 'qa-testvm-pod'
+          config-pod: 'flex-ocp-cord'
+          release: '2.11'
+          branch: 'voltha-2.11'
+          profile: '1T4GEM'
+          time: '1'
+          VolthaEtcdPort: 9999
+          num-of-onos: '3'
+          num-of-atomix: '3'
+          pipeline-script: 'voltha/voltha-2.11/physical-build.groovy'
+
+# [EOF]