builders: Create poky tags on a-full or a-quick builds

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 2024-11-15 15:03:25 +01:00 committed by Richard Purdie
parent 7a517815e0
commit 2078359b30

View File

@ -272,7 +272,9 @@ def create_parent_builder_factory(buildername, waitname):
util.Interpolate("%(prop:builddir)s/yocto-autobuilder-helper/scripts/prepare-shared-repos"),
util.Interpolate("%(prop:builddir)s/layerinfo.json"),
util.Interpolate("{}/%(prop:buildername)s-%(prop:buildnumber)s".format(config.sharedrepodir)),
"-p", get_publish_dest],
"-p", get_publish_dest,
"-t", util.Interpolate("%(prop:buildername)s-%(prop:buildnumber)s"),
],
haltOnFailure=True,
name="Prepare shared repositories"))
factory.addStep(steps.SetProperty(