Install ovsdbapp master in neutron + ovsdbapp periodic job

This py35 job against neutron intends on installing ovsdbapp from
master/source but fails beacuse it was trying to install neutron from
source via its requirements.ts but neutron doesn't depend on itself.
We can fix this by explicitly setting the project to be installed from
master to ovsdbapp.

Change-Id: I01c1659c2ab642919d9104ce04c9b3a882b1fa28
This commit is contained in:
Clark Boylan 2018-01-09 14:47:43 -08:00
parent 20bec2db25
commit 28acdca781

View File

@ -60,7 +60,7 @@
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
cmd: /usr/local/jenkins/slave_scripts/run-tox-with-dependency-master.sh $ZUUL_SHORT_PROJECT_NAME
cmd: /usr/local/jenkins/slave_scripts/run-tox-with-dependency-master.sh ovsdbapp
py35
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'