runbot/runbot_builder
Xavier-Do e5ad7c6242 [IMP] runbot: store docker build output in a dedicated model
When a docker fails to build, the output is logged in the chatter
leading to a lot of noise and a not so readable output. Moreover, the
output tries to format markdown and don't render line break correctly.

This commit proposes to introduce a model to store this output, as well
as some other info like the image identifier, build time, ...

This will help to compare images versions between hosts and should be
useful later to have multiple version of the same image with variant
once the docker registry is introduced.
2024-08-08 15:11:34 +02:00
..
builder.py [IMP] runbot: store docker build output in a dedicated model 2024-08-08 15:11:34 +02:00
leader.py [IMP] runbot: avoid long idle transaction 2024-02-19 10:30:33 +01:00
tester.py [IMP] runbot: create a separate process for cron 2021-12-08 15:06:49 +01:00
tools.py [IMP] runbot: store docker build output in a dedicated model 2024-08-08 15:11:34 +02:00