[VOL-2282] - Update CI jobs to test ofagent-py
Change-Id: I30b3ba4c9d7140de675f8c71759293620ee49d2e
diff --git a/jjb/pipeline/voltha-bbsim-tests.groovy b/jjb/pipeline/voltha-bbsim-tests.groovy
index f3f76e9..0662499 100644
--- a/jjb/pipeline/voltha-bbsim-tests.groovy
+++ b/jjb/pipeline/voltha-bbsim-tests.groovy
@@ -98,7 +98,11 @@
HELM_FLAG="${extraHelmFlags} "
if [ "${gerritProject}" = "voltha-go" ]; then
- HELM_FLAG+="-f $WORKSPACE/voltha/voltha-system-tests/tests/data/ci-test.yaml "
+ 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}" = "ofagent-py" ]; then
+ HELM_FLAG+="--set images.ofagent.tag=citest,images.ofagent.pullPolicy=Never "
fi
if [ "${gerritProject}" = "voltha-openolt-adapter" ]; then