Merge "adding 'test_tags' param to siab test job"
diff --git a/jjb/pipeline/siab.groovy b/jjb/pipeline/siab.groovy
index e4f7431..0b9eb91 100644
--- a/jjb/pipeline/siab.groovy
+++ b/jjb/pipeline/siab.groovy
@@ -49,7 +49,7 @@
       steps {
         sh """
             pushd $WORKSPACE/automation-tools/seba-in-a-box
-            make run-tests || true
+            make run-tests ${params.Test_Tags} || true
             popd
             """
             }
diff --git a/jjb/siab.yaml b/jjb/siab.yaml
index 8a13a74..5c50f70 100644
--- a/jjb/siab.yaml
+++ b/jjb/siab.yaml
@@ -40,6 +40,11 @@
           default: 'stable'
           description: 'Latest | Stable'
 
+      - string:
+          name: Test_Tags
+          default: ''
+          description: 'empty for stable and latest for latest'
+
     project-type: pipeline
     concurrent: false
 
@@ -80,6 +85,11 @@
           default: 'latest'
           description: 'Latest | Stable'
 
+      - string:
+          name: Test_Tags
+          default: 'TESTTAGS=latest'
+          description: 'empty for stable and latest for latest'
+
     project-type: pipeline
     concurrent: false