[yocto] [yocto-autobuilder][PATCH] nightly-musl.conf: run sanity tests on images

Bill Randle william.c.randle at intel.com
Tue Aug 23 10:46:12 PDT 2016


Run the sanity tests on the musl images.

Signed-off-by: Bill Randle <william.c.randle at intel.com>
---
 buildset-config.controller/nightly-musl.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildset-config.controller/nightly-musl.conf b/buildset-config.controller/nightly-musl.conf
index cc2aea0..d8913b1 100644
--- a/buildset-config.controller/nightly-musl.conf
+++ b/buildset-config.controller/nightly-musl.conf
@@ -13,6 +13,7 @@ steps: [{'SetDest':{}},
                             'atextappend' : '\nTCLIBC="musl"\n' }},
         {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
         {'BuildImages': {'images':  'core-image-minimal core-image-full-cmdline core-image-sato world'}},
+        {'RunSanityTests': {'images': 'core-image-minimal core-image-full-cmdline core-image-sato'}},
         {'DownloadErrorReports': {}},
         {'SendErrorReport': {}}]
 
-- 
2.5.5




More information about the yocto mailing list