5
0
mirror of https://github.com/odoo/runbot.git synced 2025-03-17 00:15:47 +07:00
runbot/runbot
Xavier-Do 5f2fe9a451 [FIX] runbot: mitigate docker status race condition
In some rare cases, a docker container has a status of exited, removed
or in removal and the `end-`file has been written right after the code
checked the existence of the file.

To mitigate the issue, this commit checks the `end-` file existence
after the container status have been checked. That way, if the file
exists we can be pretty confident that the build really ended.
2022-08-17 11:40:12 +02:00
..
controllers [IMP] add load info page 2022-07-25 12:10:48 +02:00
data [IMP] runbot: add an automatic generated message for upgrade exceptions 2022-07-01 15:47:13 +02:00
documentation/images [IMP] runbot: enable screencast, add access control, small fixes 2020-09-23 13:27:59 +02:00
models [IMP] runbot: freeze files modification time at export 2022-07-26 13:57:18 +02:00
security [REF] runbot: adapt statistic models 2022-06-13 12:42:13 +02:00
static/src [IMP] add load info page 2022-07-25 12:10:48 +02:00
templates [FIX] runbot: redirect to current page after login 2022-07-25 12:12:02 +02:00
tests [IMP] runbot: use docker python lib 2022-06-30 10:58:38 +02:00
views [IMP] add load info page 2022-07-25 12:10:48 +02:00
wizards [REF] runbot: move all menu to a single file 2022-03-11 15:12:36 +01:00
__init__.py [IMP] runbot: add a multibuild wizard 2019-10-28 15:26:15 +01:00
__manifest__.py [IMP] runbot: adapt for odoo 15.0 2022-06-02 10:50:42 +02:00
common.py [FIX] runbot: avoid werkzeug deprecated escape 2022-06-08 10:53:50 +02:00
container.py [FIX] runbot: mitigate docker status race condition 2022-08-17 11:40:12 +02:00
fields.py [FIX] runbot: adapt for jammy 2022-06-03 14:51:49 +02:00