[yocto] [PATCH 4/4] buildset-config: added new scenario in order to test logrotate qa runtime test

alexandrux.palalau at linux.intel.com alexandrux.palalau at linux.intel.com
Thu Sep 12 00:37:41 PDT 2013


From: Alexandru Palalau <alexandrux.palalau at intel.com>

Signed-off-by: Alexandru Palalau <alexandrux.palalau at intel.com>
---
 buildset-config/nightly-qa-logrotate.conf | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 buildset-config/nightly-qa-logrotate.conf

diff --git a/buildset-config/nightly-qa-logrotate.conf b/buildset-config/nightly-qa-logrotate.conf
new file mode 100644
index 0000000..f2fa779
--- /dev/null
+++ b/buildset-config/nightly-qa-logrotate.conf
@@ -0,0 +1,16 @@
+[nightly-qa-logrotate]
+builders: 'builder1'
+repos: [{'poky':
+	    {'repourl':'git://git.yoctoproject.org/poky',
+	    'layerversion':{'core':'meta'},
+	    'branch':'master'}}]
+steps: [{'SetDest':{}},
+        {'CheckOutLayers': {}},
+        {'RunPreamble': {}},
+        {'GetDistroVersion' : {'distro': 'poky'}},
+        {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'i686', 'distro': 'poky', 'atextappend' : '\nDISTRO_EXTRA_RDEPENDS += "logrotate"\n'}},
+        {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
+        {'BuildImages': {'images': 'core-image-sato'}},
+        {'RunSanityTests': {'images': 'core-image-sato', 'suitesappend' : 'logrotate'}}]
+
+
-- 
1.7.11.7




More information about the yocto mailing list