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:
parent
20bec2db25
commit
28acdca781
@ -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 }}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user