docker: Allow to use any worker for builders of previous releases

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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Mathieu Dubois-Briand 2025-07-07 16:05:25 +02:00 committed by Richard Purdie
parent 4c198253e4
commit f12b6454a1

View File

@ -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 \