We don't have these on dora and I'd prefer not to check for each valid test in RunSanity.
Signed-off-by: Stefan Stanacar <[email protected]> --- buildset-config.master/nightly-deb.conf | 2 +- buildset-config.master/nightly-ipk.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildset-config.master/nightly-deb.conf b/buildset-config.master/nightly-deb.conf index d58772d..c4cc872 100644 --- a/buildset-config.master/nightly-deb.conf +++ b/buildset-config.master/nightly-deb.conf @@ -16,4 +16,4 @@ steps: [{'SetDest':{}}, {'BuildImages': {'images': 'core-image-sato core-image-sato-dev core-image-sato-sdk core-image-minimal core-image-minimal-dev'}}, {'RunSanityTests': {'images': 'core-image-minimal'}}, {'RunSanityTests': {'images' : 'core-image-sato', 'suites' : 'ping ssh auto'}}, - {'RunSanityTests': {'images' : 'core-image-sato-sdk', 'suites' : 'ping ssh df connman syslog xorg scp vnc date perl ldd gcc kernelmodule dmesg python'}}] + {'RunSanityTests': {'images' : 'core-image-sato-sdk', 'suites' : 'ping ssh df connman syslog xorg scp vnc date perl ldd gcc dmesg'}}] diff --git a/buildset-config.master/nightly-ipk.conf b/buildset-config.master/nightly-ipk.conf index 974596f..c6455bc 100644 --- a/buildset-config.master/nightly-ipk.conf +++ b/buildset-config.master/nightly-ipk.conf @@ -16,4 +16,4 @@ steps: [{'SetDest':{}}, {'BuildImages': {'images': 'core-image-sato core-image-sato-dev core-image-sato-sdk core-image-minimal core-image-minimal-dev'}}, {'RunSanityTests': {'images' : 'core-image-minimal'}}, {'RunSanityTests': {'images' : 'core-image-sato', 'suites' : 'ping ssh auto'}}, - {'RunSanityTests': {'images' : 'core-image-sato-sdk', 'suites' : 'ping ssh df connman syslog xorg scp vnc date perl ldd gcc kernelmodule dmesg python'}}] + {'RunSanityTests': {'images' : 'core-image-sato-sdk', 'suites' : 'ping ssh df connman syslog xorg scp vnc date perl ldd gcc dmesg'}}] -- 1.9.0 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
