runbot/runbot
Christophe Monniez 8aeabb01e3 [IMP] runbot: give priority to normal builds
When some special builds are scheduled during the night, free slots on
runbot instances are used. Depending on the number of scheduled builds,
all the slots can be used. That prevents people to use the runbot for
normal builds during this time.
To mitigate the problem, the scheduled builds were postponed to the
middle of the night ... the CET night. It means that it could be morning
in India.

With this commit, a build priority is given to normal builds. On the
other hand, scheduled builds are pushed at the end of the queue.

So even if there are plenty of builds during the Belgian night, if
someone pushes a commit in between, it will be built in priority before
the scheduled pending builds.
2019-04-23 13:24:32 +02:00
..
controllers [FIX] runbot: speedup and limit search in frontend 2019-03-19 16:55:36 +01:00
data [REF] runbot: split cron to speed up builds 2019-02-25 11:25:41 +01:00
migrations [IMP] runbot: automatically link logs to build 2017-09-21 17:44:32 +02:00
models [IMP] runbot: give priority to normal builds 2019-04-23 13:24:32 +02: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 [FIX] runbot: use a repo short name to avoid bugs in qweb template 2019-04-19 15:52:28 +02:00
tests [IMP] runbot: give priority to normal builds 2019-04-23 13:24:32 +02:00
views [REF] runbot: split cron to speed up builds 2019-02-25 11:25:41 +01:00
__init__.py [REF] runbot: use Docker containers for builds 2019-01-02 11:32:04 +01:00
__manifest__.py [REF] runbot: split cron to speed up builds 2019-02-25 11:25:41 +01:00
common.py [IMP] runbot: add basic tests 2019-01-11 11:54:43 +01:00
container.py [IMP] runbot: detach odoo command from docker_run 2019-04-16 16:41:50 +02:00
croninterval.py [REF] runbot, runbot_cla: upgrade to Odoo 11.0 2018-03-12 14:36:33 +01:00