<p dir="ltr">It wasn't using zuul at all. It's a super short bash script that just clones the 3rd party repo, checks out the patch, and then runs 'tox -epy27'. </p>
<p dir="ltr">I misspoke in my previous email, because it was setup to use test-requirements.txt to pull in neutron. Did I understand your other email that implied this break only affects requirements.txt?</p>
<div class="gmail_quote">On Jun 7, 2015 4:10 PM, "Robert Collins" <<a href="mailto:robertc@robertcollins.net">robertc@robertcollins.net</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 5 June 2015 at 04:54, Kevin Benton <<a href="mailto:blak111@gmail.com">blak111@gmail.com</a>> wrote:<br>
> +1. I had setup a CI for a third-party plugin and the easiest thing to do to<br>
> make sure it was running tests with the latest copy of the corresponding<br>
> neutron branch was to put the git URL in requirements.txt.<br>
><br>
> We wanted to always test the latest code so we had early detection of<br>
> failures. What's the appropriate way to do that without using a git<br>
> reference?<br>
<br>
In the OpenStack gate, use the local cached Neutron git tree, updated<br>
by zuul-cloner. For third-party CI, it will depend on your test setup,<br>
how you're running tests, are you using images etc etc - but if its<br>
similar to the OpenStack gate, zuul-cloner should be the answer again.<br>
<br>
The only place its tricky is when dealing with tox environments, where<br>
you need to be able to inject something with the right local path - so<br>
a new file which you can reference with -r in tox.ini. (And -c in<br>
future, but that hasn't landed yet).<br>
<br>
-Rob<br>
<br>
<br>
--<br>
Robert Collins <<a href="mailto:rbtcollins@hp.com">rbtcollins@hp.com</a>><br>
Distinguished Technologist<br>
HP Converged Cloud<br>
<br>
__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</blockquote></div>