Commit Graph

72 Commits

Author SHA1 Message Date
Gery Debongnie
433d8bc67c [IMP] improvements to runbot repo page 2014-07-15 13:33:25 +02:00
Gery Debongnie
1762df1747 [IMP] share the workers between repos 2014-07-15 11:33:38 +02:00
Gery Debongnie
2089b04c1f [IMP] display the nmbr of pending/running/testing
display the total number (for the runbot) and the numbers by repo
2014-07-15 10:55:35 +02:00
Gery Debongnie
46ce71ee4a [IMP] xml improvement 2014-07-15 10:19:04 +02:00
Gery Debongnie
48bd01e6f2 [IMP] add a res_config to the runbot
it can save/get two keys: default_workers and default_running_max
2014-07-15 10:13:32 +02:00
Gery Debongnie
a823519cdf [FIX] preparation for v8 (fix various issues) 2014-07-14 14:22:23 +02:00
Gery Debongnie
6aa2e146e6 [MERGE] merge from origin/master 2014-07-14 10:10:43 +02:00
Christophe Simonis
a1e4a428f1 Merge pull request #15 from xmo-odoo/master
Actual support for openerp -> odoo
2014-07-08 13:55:28 +02:00
xmo-odoo
4cbd527565 [FIX] non-renamed branches path handling
Is there *really* a need for them to keep working?
2014-07-08 13:48:40 +02:00
Xavier Morel
9110f3875a [FIX] actual support for openerp -> odoo 2014-07-08 13:41:08 +02:00
xmo-odoo
6f5489cc93 Compatibility with openerp -> odoo rename 2014-07-08 12:18:45 +02:00
Gery Debongnie
8def4a52f8 [IMP] change the kill timeout back to 30 min 2014-07-06 16:31:20 +02:00
Gery Debongnie
a5a50a5694 [FIX] correct a typo in variable name 2014-07-04 21:16:15 +02:00
Gery Debongnie
2db9b911b1 [MERGE] merge from master 2014-07-04 16:45:03 +02:00
odony
ee222b09d3 Merge pull request #13 from odoo/master-build-order-fix-ged
[FIX] makes sure the build order is FIFO
2014-07-04 16:36:44 +02:00
Gery Debongnie
a80d44b451 [FIX] makes sure the build order is FIFO
instead of LIFO (for csn...)
2014-07-04 16:33:32 +02:00
Gery Debongnie
2a5f6c3a51 [IMP] stylistic improvements
easier to understand and to fix...
2014-07-04 16:22:29 +02:00
Antony Lesuisse
6d4324b251 [FIX] keep running highest priority builds, not lowest oneswq 2014-07-04 15:29:39 +02:00
Antony Lesuisse
3c71c38839 runbot build log template typo 2014-07-04 15:11:33 +02:00
Antony Lesuisse
16f392e916 runbot fix gevent test 2014-07-04 15:11:32 +02:00
Antony Lesuisse
aa55d36911 [FIX] dont run cron, improve log display
Dont run cron while testing this was causing apiculture to be slow.
2014-07-04 15:11:32 +02:00
odony
0ce2bb3485 Merge pull request #12 from odoo/master-improvements-ged
[IMP] improvements to runbot scheduler
2014-07-04 15:10:21 +02:00
Gery Debongnie
4e1b44e3aa [IMP] improve runbot scheduler algorithm
Now it is very simple: it always builds sticky branch if any, otherwise
last pending job.
2014-07-04 14:47:58 +02:00
Gery Debongnie
969f28f126 [FIX] correctly skip builds when they get too old 2014-07-04 14:12:12 +02:00
Gery Debongnie
93e875ed20 [FIX] make the 'rebuild' functionality work
if it is a skipped build, it will be put back in pending state, with
a high sequence number.

if it is a complete build, it will be duplicated
2014-07-04 13:51:14 +02:00
Gery Debongnie
b8b782b831 [IMP] skip builds when they will never be built
this marks builds as 'skipped' if a newer build in the same branch
arrives, or if they are too old to be built anyway
2014-07-04 12:05:10 +02:00
Gery Debongnie
9108340de6 Merge remote-tracking branch 'origin/master' into master-runbot-improvements-ged 2014-07-01 09:58:16 +02:00
Gery Debongnie
6109efb122 [IMP] various code cleanups 2014-06-27 16:09:10 +02:00
Gery Debongnie
a70e64e976 [IMP] various code cleanups in runbot.py 2014-06-26 14:56:37 +02:00
Gery Debongnie
30a36aa0f6 [IMP] various code improvements in runbot 2014-06-26 11:58:03 +02:00
antonylesuisse
6cb6bdd4ab Merge pull request #6 from bwrsandman/same_python
Spawn openerp using same python executable
2014-06-25 10:45:35 +02:00
antonylesuisse
2ea3a4d26c Merge pull request #7 from bwrsandman/fix_empty_filter
Fix server error when viewing runbot page with no repos
2014-06-25 10:43:59 +02:00
Sandy Carter
7d5afaad91 Fix server error when viewing runbot page with no repos
Only display filters when there are repos
Only display search when there are repos
2014-06-24 10:50:43 -04:00
Christophe Simonis
684210c1c3 [FIX] runbot: differential kill and terminate 2014-06-24 15:58:11 +02:00
Christophe Simonis
38d1ed7d11 [FIX] runbot: give more life to builds 2014-06-24 12:45:01 +02:00
Christophe Simonis
90d251615e [IMP] runbot: update github status at build birth and death 2014-06-24 12:43:22 +02:00
Christophe Simonis
c5486cb430 [FIX] runbot: correct build killing 2014-06-24 12:26:39 +02:00
Antony Lesuisse
275f55d227 [IMP] runbot: nginx log_format: log request times 2014-06-20 16:26:15 +02:00
Christophe Simonis
c35eb7f23a [IMP] runbot: better design for killed builds 2014-06-19 14:42:38 +02:00
Christophe Simonis
43470bb8df [IMP] runbot: mark killed builds as "killed" 2014-06-19 14:12:04 +02:00
Christophe Simonis
a82488bce5 [FIX] runbot: working late is never a good idea... 2014-06-18 23:35:14 +02:00
Christophe Simonis
18a0482cf7 [FIX] runbot: set type when logging jobs 2014-06-18 23:28:34 +02:00
Christophe Simonis
d067c4c629 [IMP] runbot: jobs logs when they starts 2014-06-18 23:23:51 +02:00
Martin Trigaux
c1322e9135 [IMP] do not install gengo on runbot because it is not configured and will raise warning 2014-06-18 17:14:59 +02:00
Martin Trigaux
0d30ffec5c change parameter name to what it actually does 2014-06-17 16:21:02 +02:00
Martin Trigaux
70ccc49bc7 [FIX] default build result is empty to match in domains result != 'somethind' 2014-06-17 16:19:11 +02:00
Christophe Simonis
66505df1f6 Matching with better regex 2014-06-17 14:49:18 +02:00
Martin Trigaux
03bb317aa9 Update also view labels to toggle labels 2014-06-17 14:23:36 +02:00
Martin Trigaux
50565224b5 Do not compute badge for skipped and display warning badge 2014-06-17 14:22:46 +02:00
Martin Trigaux
ad834107c3 Avoid getting broken pipe errors in logs 2014-06-17 14:15:36 +02:00