Although this actually doesn't fix the issue because of how we iterate through the values passed in and assign them. I'll get this patched today, in the meantime I'm going to bump the default in Sanity to 2400.
-b On Mon, Jun 3, 2013 at 9:36 AM, Flanagan, Elizabeth <[email protected]> wrote: > Hi Stefan, > > I just pushed the exact same patch. Thank you! > > -b > > On Mon, Jun 3, 2013 at 7:52 AM, Stefan Stanacar > <[email protected]> wrote: >> This needs to be an integer, not a string. >> Fixes: >> http://autobuilder.yoctoproject.org:8011/builders/nightly-qa-extras/builds/32/steps/Running%20Sanity%20Tests/logs/stdio >> >> Signed-off-by: Stefan Stanacar <[email protected]> >> --- >> buildset-config/nightly-qa-extras.conf | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/buildset-config/nightly-qa-extras.conf >> b/buildset-config/nightly-qa-extras.conf >> index 1bdb0f0..23c955c 100644 >> --- a/buildset-config/nightly-qa-extras.conf >> +++ b/buildset-config/nightly-qa-extras.conf >> @@ -11,7 +11,7 @@ steps: [{'SetDest':{}}, >> {'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'}}, >> + {'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'}}] >> -- >> 1.8.1.4 >> > > > > -- > Elizabeth Flanagan > Yocto Project > Build and Release -- Elizabeth Flanagan Yocto Project Build and Release _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
