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