This target was missing from the nightly target for some reason.
Also, it wasn't up to date with latest changes. I've simplified it a bit,
so it has only two builds of core-image-minimal with features that are known to 
work.
And these being core-image-minimal the sanity tests are just boot+ping.

Signed-off-by: Stefan Stanacar <[email protected]>
---
 buildset-config/nightly-qa-extras.conf | 12 ++++++------
 buildset-config/nightly.conf           |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/buildset-config/nightly-qa-extras.conf 
b/buildset-config/nightly-qa-extras.conf
index 8fddbc6..3239fda 100644
--- a/buildset-config/nightly-qa-extras.conf
+++ b/buildset-config/nightly-qa-extras.conf
@@ -8,10 +8,10 @@ steps: [{'SetDest':{}},
         {'CheckOutLayers': {}},
         {'RunPreamble': {}},
         {'GetDistroVersion' : {'distro': 'poky'}},
-        {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'i686', 
'distro': 'poky', 'atextappend' : '\nROOT_HOME = "/root"\nIMAGE_FSTYPES = 
"btrfs"\nKERNEL_FEATURES_append = " cfg/fs/btrfs"\n'}},
-        {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
-        {'BuildImages': {'images': 'core-image-sato'}},
-        {'RunSanityTests': {'images': 'core-image-sato', 'timeout' : 2400}},
         {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'i686', 
'distro': 'poky', 'atextappend' : '\nIMAGE_FEATURES_append = " 
read-only-rootfs"\n'}},
-        {'BuildImages': {'images': 'core-image-sato'}},
-        {'RunSanityTests': {'images': 'core-image-sato', 'scene' : 
'sanity:boot sanity:ssh'}}]
+        {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
+        {'BuildImages': {'images': 'core-image-minimal'}},
+        {'RunSanityTests': {'images': 'core-image-minimal'}},
+        {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'i686', 
'distro': 'poky', 'atextappend' : '\nROOT_HOME = "/root"\n'}},
+        {'BuildImages': {'images': 'core-image-minimal'}},
+        {'RunSanityTests': {'images': 'core-image-minimal'}}]
diff --git a/buildset-config/nightly.conf b/buildset-config/nightly.conf
index 0c6615a..5641772 100644
--- a/buildset-config/nightly.conf
+++ b/buildset-config/nightly.conf
@@ -71,7 +71,7 @@ steps: [{'SetDest':{}},
                               'nightly-x86-64': {}, 'nightly-x86-64-lsb': {},
                               'nightly-x86': {}, 'nightly-x86-lsb': {},
                               'poky-tiny': {}, 'buildtools': {},
-                              'nightly-qa-systemd': {}}}},
+                              'nightly-qa-systemd': {}, 'nightly-qa-extras': 
{}}}},
         {'PrepPkgIndex' : {}},
         {'BuildImages': {'images': 'package-index'}},
         {'CreateAutoConf': {'machine': 'atom-pc', 'SDKMACHINE' : 'x86_64', 
-- 
1.8.1.4

_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to