Merge "Addition of BBSim project specific per-Patch Validation"
diff --git a/jjb/pipeline/voltha/master/bbsim-tests.groovy b/jjb/pipeline/voltha/master/bbsim-tests.groovy
index fa29492..8d9458c 100644
--- a/jjb/pipeline/voltha/master/bbsim-tests.groovy
+++ b/jjb/pipeline/voltha/master/bbsim-tests.groovy
@@ -58,6 +58,11 @@
export TARGET=functional-single-kind-${name}
fi
+ if [[ "${gerritProject}" == "bbsim" ]]; then
+ echo "Running BBSim specific Tests"
+ export TARGET=sanity-bbsim-${name}
+ fi
+
export VOLTCONFIG=$HOME/.volt/config
export KUBECONFIG=$HOME/.kube/config