builders: Pass url for build to qa email script

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2023-09-26 12:16:37 +01:00
parent adcf9d6143
commit 5b6624d80d

View File

@ -332,6 +332,7 @@ def create_parent_builder_factory(buildername, waitname):
util.Property("send_email"), util.Property("send_email"),
util.Interpolate("%(prop:builddir)s/layerinfo.json"), util.Interpolate("%(prop:builddir)s/layerinfo.json"),
util.Interpolate("%(prop:sharedrepolocation)s"), util.Interpolate("%(prop:sharedrepolocation)s"),
"--url", util.Interpolate('%(kw:url)s', url=util.URLForBuild),
"-p", get_publish_dest, "-p", get_publish_dest,
"-r", get_publish_name, "-r", get_publish_name,
"-R", get_publish_resultdir "-R", get_publish_resultdir