runbot/runbot
Christophe Monniez 2c7feffd5e [IMP] runbot: avoid running test when installing base
When running the _job_10 method, a database is created with base module
alone. Tests are enabled during this job. Those tests are run again with
the _job_20 method. Moreover, even if the tests fail during _job_10,
they are not taken into account for the final result. The _job_10 method
duration is approximately 4 min.

With this commit, the tests are not enabled during _job_10.
2019-02-21 13:11:46 +01:00
..
controllers [IMP] runbot: clean imports from odoo.http 2019-01-11 11:54:43 +01:00
data [IMP] runbot: add pyCrypto to Dockerfile 2019-02-12 15:54:29 +01:00
migrations [IMP] runbot: automatically link logs to build 2017-09-21 17:44:32 +02:00
models [IMP] runbot: avoid running test when installing base 2019-02-21 13:11:46 +01:00
security [FIX] runbot: limit rebuild to runbot users 2017-06-16 14:22:27 +02:00
static/src/js [IMP] runbot: add kill button (+ deathrow state) 2017-09-18 12:43:02 +02:00
templates [IMP] runbot: replace clock by moon icon 2018-11-09 15:53:55 +01:00
tests [IMP] runbot: adapt test for github status 2019-01-24 21:31:23 +01:00
views [IMP] runbot: add a job_type on branch and build 2019-01-22 14:18:58 +01:00
__init__.py [REF] runbot: use Docker containers for builds 2019-01-02 11:32:04 +01:00
__manifest__.py [IMP] runbot: add a job_type on branch and build 2019-01-22 14:18:58 +01:00
common.py [IMP] runbot: add basic tests 2019-01-11 11:54:43 +01:00
container.py [FIX] runbot: find docker gateway for build smtp host 2019-01-11 10:23:27 +01:00
croninterval.py [REF] runbot, runbot_cla: upgrade to Odoo 11.0 2018-03-12 14:36:33 +01:00