Update for Voltha 2.14 release

Remove all 2.11 and 2.13 tests, add 2.14.

Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: Ifc261707dd36aa465b2f0cc3dfe69cdc14844da8
diff --git a/jjb/verify/bbsim.yaml b/jjb/verify/bbsim.yaml
index 27f8d35..08b0d2a 100644
--- a/jjb/verify/bbsim.yaml
+++ b/jjb/verify/bbsim.yaml
@@ -31,14 +31,10 @@
     jobs:
       - 'verify-bbsim-jobs':
           branch-regexp: '{all-branches-regexp}'
-      - 'verify-bbsim-jobs-voltha-2.13':
-          name-extension: '-voltha-2.13'
-          override-branch: 'voltha-2.13'
-          branch-regexp: '^voltha-2.13$'
-      - 'verify-bbsim-jobs-voltha-2.11':
-          name-extension: '-voltha-2.11'
-          override-branch: 'voltha-2.11'
-          branch-regexp: '^voltha-2.11$'
+      - 'verify-bbsim-jobs-voltha-2.14':
+          name-extension: '-voltha-2.14'
+          override-branch: 'voltha-2.14'
+          branch-regexp: '^voltha-2.14$'
       - 'verify-bbsim-jobs-master':
           branch-regexp: '^master$'
       - 'publish-bbsim-jobs':
@@ -78,11 +74,11 @@
               logging: true
 
 - job-group:
-    name: 'verify-bbsim-jobs-voltha-2.13'
+    name: 'verify-bbsim-jobs-voltha-2.14'
     jobs:
       - 'voltha-patch-test':
           pipeline-script: 'voltha/bbsim-tests.groovy'
-          pipeline-branch: 'voltha-2.13'
+          pipeline-branch: 'voltha-2.14'
           extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
           testTargets: |
             - target: sanity-bbsim-dt
@@ -97,30 +93,6 @@
               logging: true
 
 - job-group:
-    name: 'verify-bbsim-jobs-voltha-2.11'
-    jobs:
-      - 'voltha-patch-test':
-          pipeline-script: 'voltha/voltha-2.11/bbsim-tests.groovy'
-          pipeline-branch: 'voltha-2.11'
-          extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
-          testTargets: |
-            - target: sanity-bbsim-att
-              workflow: att
-              flags: ""
-              teardown: true
-              logging: true
-            - target: sanity-bbsim-dt
-              workflow: dt
-              flags: ""
-              teardown: true
-              logging: true
-            - target: sanity-bbsim-tt
-              workflow: tt
-              flags: ""
-              teardown: true
-              logging: true
-
-- job-group:
     name: 'publish-bbsim-jobs'
     jobs:
       - 'docker-publish':