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

Change-Id: I82f7f1bd36ba471bf04e1f3e11f951507d5e5c90
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