[yocto] [[yocto-autobuilder][PATCHv2] 13/15] nightly-oe-selftest.conf: Add steps for Download and Send error report.

Aníbal Limón anibal.limon at linux.intel.com
Tue Jun 21 16:07:50 PDT 2016


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.limon at 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




More information about the yocto mailing list