From d1ac9bb1bd2132cd121f0e80829302298d8a8a64 Mon Sep 17 00:00:00 2001 From: Alexis Lothoré Date: Tue, 6 Feb 2024 16:29:10 +0100 Subject: testimage: retrieve ptests directory when ptests fail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TESTIMAGE_FAILED_QA_ARTIFACTS is set with a default, minimal list of files to retrieve whenever a runtime test fails. Add ptests directory to the list so we can get ptests artifacts (eg: logs) whenever a ptest fails. By appending the ptest directory with the multiconfig component in the path, only failing ptests will lead to corresponding ptest artifacts retrieval, instead of all ptests artifacts retrieval. While doing this addition, reinforce default value using "=" operator to make sure to get the default list in any case. (From OE-Core rev: 9357ab6c47f0a0a7000cb18358bc9775fd54e1f7) Signed-off-by: Alexis Lothoré Signed-off-by: Richard Purdie --- meta/recipes-core/images/core-image-ptest.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-core/images') diff --git a/meta/recipes-core/images/core-image-ptest.bb b/meta/recipes-core/images/core-image-ptest.bb index b6f5c2fd60..862e44f5e6 100644 --- a/meta/recipes-core/images/core-image-ptest.bb +++ b/meta/recipes-core/images/core-image-ptest.bb @@ -42,4 +42,3 @@ python () { if not d.getVar("MCNAME"): raise bb.parse.SkipRecipe("No class extension set") } - -- cgit v1.2.3-54-g00ecf