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:
Richard Purdie 2019-02-21 16:52:07 +00:00
parent e5243625f8
commit 5d50ac3a33

View File

@ -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"))