5
0
mirror of https://github.com/odoo/runbot.git synced 2025-03-16 16:05:42 +07:00
runbot/runbot_merge/data
Xavier Morel 9d661480fc [IMP] runbot_merge: split staging cron in two
The staging cron was already essentially split between "check if one
of the stagings is successful (and merge it)" and "check if we should
create a staging" as these were two separate loops in the cron.

But it might be useful to disable these two operations separately
e.g. we might want to stop the creation of new staging but let the
existing stagings complete.

The actual splitting is easy but it turns out a bunch of tests were
"optimised" to only run the merge cron. Most of them didn't blow up
but it seems more prudent to fix them all.

fixes 
2020-02-11 08:07:57 +01:00
..
merge_cron.xml [IMP] runbot_merge: split staging cron in two 2020-02-11 08:07:57 +01:00