[VOL-2425] Adding sanity and hardware test to voltha-onos repo

Change-Id: I82f7f1bd36ba471bf04e1f3e11f951507d5e5c90
diff --git a/jjb/pipeline/voltha-bbsim-tests.groovy b/jjb/pipeline/voltha-bbsim-tests.groovy
index 50d160a..8362159 100644
--- a/jjb/pipeline/voltha-bbsim-tests.groovy
+++ b/jjb/pipeline/voltha-bbsim-tests.groovy
@@ -101,6 +101,10 @@
              HELM_FLAG+="--set images.rw_core.tag=citest,images.rw_core.pullPolicy=Never,images.ro_core.tag=citest,images.ro_core.pullPolicy=Never "
            fi
 
+           if [ "${gerritProject}" = "voltha-onos" ]; then
+             HELM_FLAG+="--set images.onos.tag=citest,images.onos.pullPolicy=Never "
+           fi
+
            if [ "${gerritProject}" = "ofagent-py" ]; then
              HELM_FLAG+="--set images.ofagent.tag=citest,images.ofagent.pullPolicy=Never "
            fi
@@ -209,4 +213,3 @@
     }
   }
 }
-
diff --git a/jjb/pipeline/voltha-physical-build-and-tests.groovy b/jjb/pipeline/voltha-physical-build-and-tests.groovy
index 466bd48..9689bd2 100644
--- a/jjb/pipeline/voltha-physical-build-and-tests.groovy
+++ b/jjb/pipeline/voltha-physical-build-and-tests.groovy
@@ -160,6 +160,8 @@
                 IMAGES="rw_core ro_core "
             elif [ "${gerritProject}" = "ofagent-py" ]; then
                 IMAGES="ofagent "
+            elif [ "${gerritProject}" = "voltha-onos" ]; then
+                IMAGES="onos "
             elif [ "${gerritProject}" = "voltha-openolt-adapter" ]; then
                 IMAGES="adapter_open_olt "
             elif [ "${gerritProject}" = "voltha-openonu-adapter" ]; then