mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00
builders: Add -R option to send-qa-report to pass test results to the script
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
e5243625f8
commit
5d50ac3a33
|
@ -301,7 +301,8 @@ def create_parent_builder_factory(buildername, waitname):
|
|||
util.Interpolate("%(prop:builddir)s/layerinfo.json"),
|
||||
util.Interpolate("%(prop:sharedrepolocation)s"),
|
||||
"-p", get_publish_dest,
|
||||
"-r", get_publish_name
|
||||
"-r", get_publish_name,
|
||||
"-R", get_publish_resultdir
|
||||
],
|
||||
name="Send QA Email"))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user