These steps are needed for enable sending of Oe selftest error reports
to the Error report WEB.

Signed-off-by: Aníbal Limón <anibal.li...@linux.intel.com>
---
 buildset-config.controller/nightly-oe-selftest.conf | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/buildset-config.controller/nightly-oe-selftest.conf 
b/buildset-config.controller/nightly-oe-selftest.conf
index 155d3d5..1aa3309 100644
--- a/buildset-config.controller/nightly-oe-selftest.conf
+++ b/buildset-config.controller/nightly-oe-selftest.conf
@@ -14,4 +14,7 @@ steps: [{'SetDest':{}},
         {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
         {'BuildImages': {'images': 'core-image-minimal'}},
         {'CreateBBLayersConf': {'buildprovider' : 'yocto', 'layerdirs': 
['meta-selftest']}},
-        {'RunOeSelftest': {}}]
+        {'RunOeSelftest': {}},
+        {'DownloadBitbakeErrorReports': {}},
+        {'SendErrorReport': {}},
+       ]
-- 
2.1.4

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to