diff --git a/jenkins/jobs/networking-midonet.yaml b/jenkins/jobs/networking-midonet.yaml index 41fdaca03d..83df670d51 100644 --- a/jenkins/jobs/networking-midonet.yaml +++ b/jenkins/jobs/networking-midonet.yaml @@ -89,6 +89,7 @@ # our project repository. This makes zuul do the right # reference magic for testing changes. export PROJECTS="openstack/networking-midonet $PROJECTS" + export PROJECTS="openstack/tap-as-a-service $PROJECTS" if [ -f $BASE/new/networking-midonet/devstack/ci/gate_hook.sh ]; then function gate_hook {{ @@ -146,6 +147,7 @@ # our project repository. This makes zuul do the right # reference magic for testing changes. export PROJECTS="openstack/networking-midonet $PROJECTS" + export PROJECTS="openstack/tap-as-a-service $PROJECTS" if [ -f $BASE/new/networking-midonet/devstack/ci/gate_hook.sh ]; then function gate_hook {{