Re: [Openerp-community] [anybox buildbot] running all tests

2014-03-06 Thread Bidoul , Stéphane
On Thu, Mar 6, 2014 at 11:47 AM, Alexandre Fayolle 
alexandre.fayo...@camptocamp.com wrote:

 Do you know if it does the same thing as the runbot (filter out some
 black listed addons with known failing tests to keep the build green)?
 (cf.

 http://bazaar.launchpad.net/~openerp-dev/openerp-tools/trunk/view/head:/openerp-runbot/openerprunbot/jobs/install_all.py#L247
 )


When I implemented it I used the same blacklist as runbot.

http://bazaar.launchpad.net/~anybox/anybox.buildbot.openerp/first/view/head:/anybox/buildbot/openerp/subfactories/postbuildout.py#L52

Apparently runbot's blacklist has evolved since then.

A nice improvement would be to support an exclusion list in the manifest.

-sbi
___
Mailing list: https://launchpad.net/~openerp-community
Post to : openerp-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community
More help   : https://help.launchpad.net/ListHelp


[Openerp-community] [anybox buildbot] running all tests

2014-03-06 Thread Alexandre Fayolle
I'm starting a new thread for this

On jeu. 06 mars 2014 11:31:05 CET, Bidoul, Stéphane wrote:

 On Thu, Mar 6, 2014 at 11:23 AM, Alexandre Fayolle
 alexandre.fayo...@camptocamp.com
 mailto:alexandre.fayo...@camptocamp.com wrote:

 Weaknesses found so far: [...], and testing all available modules
 is not easy (yet). But we are working on it.


 Hi Alexandre,

 Have you tried post-buildout-steps = openerpcommand-initialize-tests?
 It's fairly recent, but should tests all available modules using
 openerp_command --all-modules.

 Here is an example MANIFEST.cfg for 7.0 which basically runs the same
 tests as runbot.

 [7.0]
 buildout = standalone 7.0.cfg
 watch = bzr lp:openobject-server/7.0
 bzr lp:openobject-addons/7.0
 bzr lp:openerp-web/7.0
 post-buildout-steps = openerpcommand-initialize-tests

 -sbi

No, thanks for the pointer, I'll check this.

Do you know if it does the same thing as the runbot (filter out some
black listed addons with known failing tests to keep the build green)?
(cf.
http://bazaar.launchpad.net/~openerp-dev/openerp-tools/trunk/view/head:/openerp-runbot/openerprunbot/jobs/install_all.py#L247)

-- 
Alexandre Fayolle
Chef de Projet
Tel : + 33 (0)4 79 26 57 94

Camptocamp France SAS
Savoie Technolac, BP 352
73377 Le Bourget du Lac Cedex
http://www.camptocamp.com


___
Mailing list: https://launchpad.net/~openerp-community
Post to : openerp-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community
More help   : https://help.launchpad.net/ListHelp


Re: [Openerp-community] [anybox buildbot] running all tests

2014-03-06 Thread Alexandre Fayolle
On jeu. 06 mars 2014 11:58:48 CET, Bidoul, Stéphane wrote:
 On Thu, Mar 6, 2014 at 11:47 AM, Alexandre Fayolle
 alexandre.fayo...@camptocamp.com
 mailto:alexandre.fayo...@camptocamp.com wrote:

 Do you know if it does the same thing as the runbot (filter out some
 black listed addons with known failing tests to keep the build green)?
 (cf.
 
 http://bazaar.launchpad.net/~openerp-dev/openerp-tools/trunk/view/head:/openerp-runbot/openerprunbot/jobs/install_all.py#L247)


 When I implemented it I used the same blacklist as runbot.

 http://bazaar.launchpad.net/~anybox/anybox.buildbot.openerp/first/view/head:/anybox/buildbot/openerp/subfactories/postbuildout.py#L52

 Apparently runbot's blacklist has evolved since then.

 A nice improvement would be to support an exclusion list in the manifest.

I reported two bugs on openobject-addons this morning about l10n_lu and 
document_ftp having red tests... Having these green would be a nicer 
improvement IMO, rather than relying on black listing, possibly without 
commenting out the test section in __openerp__.py. Fixing them is 
however low on my priority list right now.

--
Alexandre Fayolle
Chef de Projet
Tel : + 33 (0)4 79 26 57 94

Camptocamp France SAS
Savoie Technolac, BP 352
73377 Le Bourget du Lac Cedex
http://www.camptocamp.com




___
Mailing list: https://launchpad.net/~openerp-community
Post to : openerp-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community
More help   : https://help.launchpad.net/ListHelp


Re: [Openerp-community] [anybox buildbot] running all tests

2014-03-06 Thread nacer adamou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi community,
I am considering to use runbot too for our internal module development
and I didn't find enough time to invest on this.
But internally, we are using git and I am asking myself if there would
be issue to use camptocamp recipe for runbot?
Thanks for your support.
Regards

Le 06/03/2014 14:10, Alexandre Fayolle a écrit :
 On jeu. 06 mars 2014 11:58:48 CET, Bidoul, Stéphane wrote:
 On Thu, Mar 6, 2014 at 11:47 AM, Alexandre Fayolle 
 alexandre.fayo...@camptocamp.com 
 mailto:alexandre.fayo...@camptocamp.com wrote:
 
 Do you know if it does the same thing as the runbot (filter out
 some black listed addons with known failing tests to keep the
 build green)? (cf. 
 http://bazaar.launchpad.net/~openerp-dev/openerp-tools/trunk/view/head:/openerp-runbot/openerprunbot/jobs/install_all.py#L247)



 
When I implemented it I used the same blacklist as runbot.
 
 http://bazaar.launchpad.net/~anybox/anybox.buildbot.openerp/first/view/head:/anybox/buildbot/openerp/subfactories/postbuildout.py#L52


 
Apparently runbot's blacklist has evolved since then.
 
 A nice improvement would be to support an exclusion list in the
 manifest.
 
 I reported two bugs on openobject-addons this morning about l10n_lu
 and document_ftp having red tests... Having these green would be a
 nicer improvement IMO, rather than relying on black listing,
 possibly without commenting out the test section in __openerp__.py.
 Fixing them is however low on my priority list right now.
 
 -- Alexandre Fayolle Chef de Projet Tel : + 33 (0)4 79 26 57 94
 
 Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du
 Lac Cedex http://www.camptocamp.com
 
 
 
 
 ___ Mailing list:
 https://launchpad.net/~openerp-community Post to :
 openerp-community@lists.launchpad.net Unsubscribe :
 https://launchpad.net/~openerp-community More help   :
 https://help.launchpad.net/ListHelp
 
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: GPGTools - https://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBCgAGBQJTGLafAAoJECcY2xFW2+p3o2kIAICU1VuxgbbpTZdYFFglky35
UKqyOuA8vXOKn3BnAlbIOg9tapsYTJ+0zWNByTMjoRQkAKx7DNBOQ4XUXwyJtec1
Bgv9GzcBF/t5OFNI8x523OvabJvgTLeD4UWjmz4eOn9+0owrwtGKvAZQkEQhIrdw
EpSC1zgEfViBFir9qW6FJ9iDbYllVxxLhAER519xdGBtFM2GVlzETu5WlnRnSARV
qrQ7G2zJJBu8s7VTuepOzPNG0GShOoUfVbRNxpvaAORcUAeuj+Soa7cGlQoks3E2
lCz1MZ2gUO2UUB5G5rzkb+IfvGdioFID36YzDKvL2UOxTNtnQzl1s5UvtoUxQsY=
=nr9C
-END PGP SIGNATURE-

___
Mailing list: https://launchpad.net/~openerp-community
Post to : openerp-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community
More help   : https://help.launchpad.net/ListHelp


Re: [Openerp-community] [anybox buildbot] running all tests

2014-03-06 Thread Alexandre Fayolle
Hello Nacer,

For the record, the runbot recipe is not by Camptocamp but by Anybox 
(with special mention to Georges Racinet).

Regarding your specific question, I believe git should be supported, at 
least in the trunk branch, but I have not tested it.

--
Alexandre



On jeu. 06 mars 2014 18:55:43 CET, nacer adamou wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512

 Hi community,
 I am considering to use runbot too for our internal module development
 and I didn't find enough time to invest on this.
 But internally, we are using git and I am asking myself if there would
 be issue to use camptocamp recipe for runbot?
 Thanks for your support.
 Regards

 Le 06/03/2014 14:10, Alexandre Fayolle a écrit :
 On jeu. 06 mars 2014 11:58:48 CET, Bidoul, Stéphane wrote:
 On Thu, Mar 6, 2014 at 11:47 AM, Alexandre Fayolle
 alexandre.fayo...@camptocamp.com
 mailto:alexandre.fayo...@camptocamp.com wrote:

 Do you know if it does the same thing as the runbot (filter out
 some black listed addons with known failing tests to keep the
 build green)? (cf.
 http://bazaar.launchpad.net/~openerp-dev/openerp-tools/trunk/view/head:/openerp-runbot/openerprunbot/jobs/install_all.py#L247)




 When I implemented it I used the same blacklist as runbot.

 http://bazaar.launchpad.net/~anybox/anybox.buildbot.openerp/first/view/head:/anybox/buildbot/openerp/subfactories/postbuildout.py#L52



 Apparently runbot's blacklist has evolved since then.

 A nice improvement would be to support an exclusion list in the
 manifest.

 I reported two bugs on openobject-addons this morning about l10n_lu
 and document_ftp having red tests... Having these green would be a
 nicer improvement IMO, rather than relying on black listing,
 possibly without commenting out the test section in __openerp__.py.
 Fixing them is however low on my priority list right now.

 -- Alexandre Fayolle Chef de Projet Tel : + 33 (0)4 79 26 57 94

 Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du
 Lac Cedex http://www.camptocamp.com




 ___ Mailing list:
 https://launchpad.net/~openerp-community Post to :
 openerp-community@lists.launchpad.net Unsubscribe :
 https://launchpad.net/~openerp-community More help   :
 https://help.launchpad.net/ListHelp

 -BEGIN PGP SIGNATURE-
 Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
 Comment: GPGTools - https://gpgtools.org
 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

 iQEcBAEBCgAGBQJTGLafAAoJECcY2xFW2+p3o2kIAICU1VuxgbbpTZdYFFglky35
 UKqyOuA8vXOKn3BnAlbIOg9tapsYTJ+0zWNByTMjoRQkAKx7DNBOQ4XUXwyJtec1
 Bgv9GzcBF/t5OFNI8x523OvabJvgTLeD4UWjmz4eOn9+0owrwtGKvAZQkEQhIrdw
 EpSC1zgEfViBFir9qW6FJ9iDbYllVxxLhAER519xdGBtFM2GVlzETu5WlnRnSARV
 qrQ7G2zJJBu8s7VTuepOzPNG0GShOoUfVbRNxpvaAORcUAeuj+Soa7cGlQoks3E2
 lCz1MZ2gUO2UUB5G5rzkb+IfvGdioFID36YzDKvL2UOxTNtnQzl1s5UvtoUxQsY=
 =nr9C
 -END PGP SIGNATURE-

 ___
 Mailing list: https://launchpad.net/~openerp-community
 Post to : openerp-community@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openerp-community
 More help   : https://help.launchpad.net/ListHelp



--
Alexandre Fayolle
Chef de Projet
Tel : + 33 (0)4 79 26 57 94

Camptocamp France SAS
Savoie Technolac, BP 352
73377 Le Bourget du Lac Cedex
http://www.camptocamp.com


___
Mailing list: https://launchpad.net/~openerp-community
Post to : openerp-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community
More help   : https://help.launchpad.net/ListHelp