From 5babaa9719212aa9409e2d2a25a754072de1cb20 Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Thu, 13 Jul 2017 15:08:47 +0100 Subject: [PATCH] Add ovsdbapp to PROJECTS This patch is adding ovsdbapp to the $PROJECTS variable so it can be installed from git, without it the job fails with: The /opt/stack/new/ovsdbapp project was not found; if this is a gate job, add the project to the $PROJECTS variable in the job definition. Change-Id: I5b60222090b3f4827091b7a96d8696adb8e12c7f --- jenkins/jobs/networking-ovn.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins/jobs/networking-ovn.yaml b/jenkins/jobs/networking-ovn.yaml index 6b44dd46ae..1bfc906ee8 100644 --- a/jenkins/jobs/networking-ovn.yaml +++ b/jenkins/jobs/networking-ovn.yaml @@ -262,6 +262,7 @@ # our project repository. This makes zuul do the right # reference magic for testing changes. export PROJECTS="openstack/networking-ovn $PROJECTS" + export PROJECTS="openstack/ovsdbapp $PROJECTS" # Keep localrc to be able to set some vars in pre_test_hook export KEEP_LOCALRC=1