runbot/runbot_builder
Christophe Monniez edda6c0265 [IMP] runbot: build docker image once per loop turn
At this moment, the Docker image is built at the beginning of each
runbot build. This blocks the _scheduler while the image is built.

With this commit, the image is built before calling the _scheduler and
is not linked to a runbot build.

Also, the necessary dirs are created in the static path before starting
the loop.
2020-01-22 13:50:01 +01:00
..
builder.py [IMP] runbot: build docker image once per loop turn 2020-01-22 13:50:01 +01:00