Re: [openstack-dev] [Fuel][Infra] Nailgun extensions testing

2016-03-21 Thread Evgeniy L
Hi Roman, >> reasonable to just install it from PyPi (first we need to release Nailgun to PyPi) Yes there will be dependencies, but there should be a way to test core extensions (those which go to standard Fuel build) from master (or any other branch), so installing from pypi is not always an opt

Re: [openstack-dev] [Fuel][Infra] Nailgun extensions testing

2016-03-21 Thread Roman Prykhodchenko
The idea is to write python (or shell) script which will: > - clone all required repos (like fuel-web, extensions repos) using > probably zuul-cloner Doesn’t nodepool automatically do that? > - checkout to appropriate stable branches / will cherry-pick some > commit / stay on master As far a

[openstack-dev] [Fuel][Infra] Nailgun extensions testing

2016-03-19 Thread Sylwester Brzeczkowski
Hi everyone! I’m looking for boilerplates/good practices regarding to testing extensions with core code. Since we unlocked Nailgun extensions system [0] and now there is a possibility to install the extensions from external sources we want to also provide a way to test your own extensions against