]> code.ossystems Code Review - openembedded-core.git/commit
core-image-sato-ptest-fast: Add 'fast' ptest execution image
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Apr 2019 13:18:03 +0000 (14:18 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Apr 2019 15:52:27 +0000 (16:52 +0100)
commit2d8f8ab85d98929b0f1f699f256b40b1d9cddaec
tree0de375c33007d9c928f0d7b083aebc71301f3249
parent48dbb1bd980f7ed17a612fa7c1be298f14955c3f
core-image-sato-ptest-fast: Add 'fast' ptest execution image

Create a common include file which lists recipes that have ptests divided
into 'fast' and 'slow' groups. This allows us to include ptests which otherwise
may not get included in images and allows us to test the faster running things
more regularly.

The new image allows access to these faster executing tests. 'fast' is defined
as tests which execute in under 30s roughly speaking.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/maintainers.inc
meta/conf/distro/include/ptest-packagelists.inc [new file with mode: 0644]
meta/recipes-sato/images/core-image-sato-ptest-fast.bb [new file with mode: 0644]