creating siab/voltha1.7 job

Change-Id: Id8ec364a0763ba162d6339464e2261ceaa262b5c
diff --git a/jjb/pipeline/siab.groovy b/jjb/pipeline/siab.groovy
index ace0b09..f048f5e 100644
--- a/jjb/pipeline/siab.groovy
+++ b/jjb/pipeline/siab.groovy
@@ -43,7 +43,7 @@
       steps {
         sh """
             pushd $WORKSPACE/automation-tools/seba-in-a-box
-            make ${params.version}
+            make ${params.Test_Tags} ${params.version}
             popd
             """
             }
diff --git a/jjb/siab.yaml b/jjb/siab.yaml
index ec32580..6132084 100644
--- a/jjb/siab.yaml
+++ b/jjb/siab.yaml
@@ -8,6 +8,7 @@
 
     jobs:
       - 'siab-stable'
+      - 'siab-voltha-1.7'
       - 'siab-latest'
       - 'siab-test'
 
@@ -49,7 +50,7 @@
       - string:
           name: Test_Tags
           default: ''
-          description: 'empty for stable and latest for latest'
+          description: 'test tags or make arguments'
 
     project-type: pipeline
     concurrent: false
@@ -62,6 +63,56 @@
                  0 */2 * * *
 
 - job-template:
+    id: 'siab-voltha-1.7'
+    name: 'seba-in-a-box-build-test-voltha-1.7'
+
+    description: |
+      <!-- Managed by Jenkins Job Builder -->
+      Created by {id} job-template from ci-management/jjb/siba.yaml  <br /><br />
+      E2E Validation for Seba-in-a-Box
+
+    properties:
+      - cord-infra-properties:
+          build-days-to-keep: '{build-days-to-keep}'
+          artifact-num-to-keep: '{artifact-num-to-keep}'
+
+    wrappers:
+      - lf-infra-wrappers:
+          build-timeout: '{build-timeout}'
+          jenkins-ssh-credential: '{jenkins-ssh-credential}'
+
+    parameters:
+      - string:
+          name: executorNode
+          default: 'qct-pod3-node1'
+          description: 'Name of the Jenkins node to run the job on'
+
+      - string:
+          name: version
+          default: 'latest'
+          description: 'Latest | Stable'
+
+      - string:
+          name: Test_Target
+          default: 'run-tests'
+          description: 'run-tests for stable and run-tests-latest for latest'
+
+      - string:
+          name: Test_Tags
+          default: 'SEBAVALUES=configs/seba-ponsim-voltha-1.7.yaml'
+          description: 'test tags or make arguments'
+
+    project-type: pipeline
+    concurrent: false
+
+    dsl: !include-raw-escape: pipeline/siab.groovy
+
+    triggers:
+       - timed: |
+                 TZ=America/Los_Angeles
+                 30 */2 * * *
+
+- job-template:
     id: 'siab-latest'
     name: 'seba-in-a-box-build-test-latest'
 
@@ -99,7 +150,7 @@
       - string:
           name: Test_Tags
           default: ''
-          description: 'empty for stable and latest for latest'
+          description: 'test tags or make arguments'
 
     project-type: pipeline
     concurrent: false
@@ -161,7 +212,7 @@
       - string:
           name: Test_Tags
           default: 'TESTTAGS=test1'
-          description: ''
+          description: 'test tags or make arguments'
 
     project-type: pipeline
     concurrent: false