setting seba related services to siab-tests only

Change-Id: I67fec84e17df1a70d2a615d28c3abab38efe9eef
diff --git a/jjb/defaults.yaml b/jjb/defaults.yaml
index eb0a914..f81d491 100644
--- a/jjb/defaults.yaml
+++ b/jjb/defaults.yaml
@@ -110,3 +110,5 @@
     sonar-prep-commands: ''
     sonar-java-binaries: ''
 
+    # siab helm-charts
+    siab-projects-regexp: '^(xos-core/.*|xos-profiles/seba-services/.*|xos-profiles/base-kubernetes/.*|workflows/att-workflow/.*|voltha/.*|onos/.*)$'
diff --git a/jjb/siab.yaml b/jjb/siab.yaml
index a3a32d6..6f3fe0f 100644
--- a/jjb/siab.yaml
+++ b/jjb/siab.yaml
@@ -159,6 +159,5 @@
           project-regexp: 'helm-charts'
           branch-regexp: 'master'
           dependency-jobs: '{dependency-jobs}'
-
-          file-include-regexp: '^(?!mcord|onos-progran).*$'
+          file-include-regexp: '{siab-projects-regexp}'