runbot/runbot/models
Christophe Monniez b517df4ff0 [IMP] runbot: try to fetch multiple times before disabling
Sometimes, it happens that a `git fetch` fails with an error code 128
for example. When this happens, the runbot host is immediately disabled.

During investigations of such cases, we found that simply retrying the
fetch command works.

With this commit, the fetch command is tried 5 times with an increasing
delay before deciding to disable the runbot host.
2020-04-24 11:35:01 +02:00
..
__init__.py [IMP] runbot: add a build stat model 2020-03-20 11:11:03 +01:00
branch.py [IMP] runbot: remove pull_head_name patch filter 2020-04-03 14:53:21 +02:00
build_config.py [FIX] runbot: use proxy-mode for running instances 2020-03-30 14:35:15 +02:00
build_dependency.py [REF] runbot: add descriptions 2020-01-14 13:24:57 +01:00
build_error.py [FIX] runbot: fix auto test-tags False 2020-01-14 13:24:58 +01:00
build_stat_regex.py [IMP] runbot: add a build stat model 2020-03-20 11:11:03 +01:00
build_stat.py [FIX] runbot: typo in stat sql view 2020-03-23 13:54:43 +01:00
build.py [IMP] runbot: add a build stat model 2020-03-20 11:11:03 +01:00
event.py [IMP] runbot: allow pseudo markdown in log messages 2020-03-09 13:10:49 +01:00
host.py [IMP] runbot: auto disable host when git fetch fail 2020-03-13 13:38:42 +01:00
ir_cron.py [REF] runbot: adapt cron path 2020-01-14 13:24:57 +01:00
repo.py [IMP] runbot: try to fetch multiple times before disabling 2020-04-24 11:35:01 +02:00
res_config_settings.py [FIX] runbot: use a custom template to create db 2020-02-12 10:38:54 +01:00