commit | e65b1eedd927d2ee1a87826ceb3f21c1111bae5f | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Mon Dec 09 15:57:16 2019 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Mon Dec 09 17:10:35 2019 -0700 |
tree | a25e9dffe6238d932219403ca45a525439de474b | |
parent | 1f0b0feb8e709852b444e73468790942ac01c78b [diff] [blame] |
[VOL-2282] - Update CI jobs to test ofagent-py Change-Id: I30b3ba4c9d7140de675f8c71759293620ee49d2e
diff --git a/jjb/pipeline/voltha-physical-build-and-tests.groovy b/jjb/pipeline/voltha-physical-build-and-tests.groovy index 6b05b59..c8fed3a 100644 --- a/jjb/pipeline/voltha-physical-build-and-tests.groovy +++ b/jjb/pipeline/voltha-physical-build-and-tests.groovy
@@ -157,7 +157,9 @@ IMAGES="" if [ "${gerritProject}" = "voltha-go" ]; then - IMAGES="cli ofagent rw_core ro_core " + IMAGES="rw_core ro_core " + elif [ "${gerritProject}" = "ofagent-py" ]; then + IMAGES="ofagent " elif [ "${gerritProject}" = "voltha-openolt-adapter" ]; then IMAGES="adapter_open_olt " elif [ "${gerritProject}" = "voltha-openonu-adapter" ]; then