mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00
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:
parent
4c198253e4
commit
f12b6454a1
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user