Message ID | 20250707-contrib-mathieu-popup_title-v1-3-d683ba953b96@bootlin.com |
---|---|
State | New |
Headers | show |
Series | yocto_console_view: Fix build bullets title | expand |
diff --git a/docker/Dockerfile b/docker/Dockerfile index 3538aff5e640..6948a1155548 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -109,6 +109,8 @@ RUN sed -i \ # Change location of sharedrepodir and publish_dest directories \ -e "s@^\(sharedrepodir *= *\).*@\1\"/sharedrepo\"@" \ -e "s@^\(publish_dest *= *\).*@\1\"/publish\"@" \ + # Use any worker for any release \ + -e '$ a workers_prev_releases = {}' \ /home/pokybuild/yocto-controller/yoctoabb/config.py && \ sed -i \ # Change location of sharedrepodir and publish_dest directories \
As today we only provide dummy workers, allow to use these for any builder, or some jobs would never be run. Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> --- docker/Dockerfile | 2 ++ 1 file changed, 2 insertions(+)